Method GetDrillingPrimitiveCount
GetDrillingPrimitiveCount(ElementId)
Gets the number of primitives of a drilling feature entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 0, 0)]
int GetDrillingPrimitiveCount(ElementId inFeatureId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inFeatureId | Identifier of the feature to analyze. |
Returns
| Type | Description |
|---|---|
| int | Count of drilling primitives found. |
Remarks
This method is available since v7.14.