Method GetProfileCount
GetProfileCount(ElementId)
Gets the number of profiles of a sketch.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
int GetProfileCount(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the sketch entity to analyze. |
Returns
| Type | Description |
|---|---|
| int | Number of profiles of the sketch. |
Remarks
This method is available since v7.6.