GeometryObject
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject .) | APIObject |
| Equals(Object) | bool | Determines whether the specified Object is equal to the current Object . (Overrides Object . Equals(Object) .) | |
| GetHashCode() | int | Gets the integer value of the geometry object as hash code (Overrides Object . GetHashCode . .) | |
| GetType | None | (Inherited from Object .) | Object . |
| ToString | None | (Inherited from Object .) | Object . |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GraphicsStyleId | ElementId | The ElementId of the GeometryObject's GraphicsStyle | |
| Id | int | A unique integer identifying the GeometryObject in its associated non view-specific GeometryElement. | |
| IsElementGeometry | bool | Indicates whether this geometry is obtained directly from an Element. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. (Inherited from APIObject .) | APIObject |
| Visibility | Visibility | The visibility. |