Method GetGeometryType
GetGeometryType(ElementId)
Gets the type of a geometric entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
GeometryType GetGeometryType(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
Returns
| Type | Description |
|---|---|
| GeometryType | Type of the geometric entity, or None if the element is not a 3D geometric entity. |
Remarks
This method is available since v7.6.