2020 Class
Changes 8
C

GeometryObject

Description:
The common base class for all geometric primitives.
public class GeometryObject : APIObject
Name Return Type Description Inherited From
M op_Equality(GeometryObject, GeometryObject) bool Determines whether two GeometryObjects are the same.
M Equals(Object) bool Determines whether the specified is equal to the current .
M GetHashCode() int Gets the integer value of the geometry object as hash code
M op_Inequality(GeometryObject, GeometryObject) bool Determines whether two GeometryObjects are different.
M Dispose() None Causes the object to release immediately any resources it may be utilizing. APIObject
Name Return Type Description Inherited From
P GraphicsStyleId ElementId The ElementId of the GeometryObject's GraphicsStyle
P IsElementGeometry bool Indicates whether this geometry is obtained directly from an Element.
P Visibility Visibility The visibility.
P IsReadOnly bool Identifies if the object is read-only or modifiable. APIObject