Method GetProfiles
GetProfiles(ElementId)
Gets the profiles of a sketch.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
List<ElementItemId> GetProfiles(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the sketch entity to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementItemId> | Identifiers of the profiles of the sketch. |
Remarks
This method is available since v7.7.