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