Method GetDrillingPrimitiveType
GetDrillingPrimitiveType(ElementId, int)
Gets the type of a drilling feature entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 0, 0)]
DrillingPrimitiveType GetDrillingPrimitiveType(ElementId inFeatureId, int inIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inFeatureId | Identifier of the element of the primitive to analyse. |
| int | inIndex | Idex of the primitive to analyse. |
Returns
| Type | Description |
|---|---|
| DrillingPrimitiveType | Type of the drilling feature, or None if the primitive is not a drilling primitive. |
Remarks
This method is available since v7.14.