Method GetPointGeometry
GetPointGeometry(ElementId)
Gets the geometry of a point entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
Point2D GetPointGeometry(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the point entity to analyze. |
Returns
| Type | Description |
|---|---|
| Point2D | Point geometry. |
Remarks
This method is available since v7.6.