Method GetProfileSegments
GetProfileSegments(ElementItemId)
Gets the segments of a profile.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
List<ElementItemId> GetProfileSegments(ElementItemId inProfileId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inProfileId | Identifier of the profile to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementItemId> | Identifiers of the segments of the profile. |
Remarks
This method is available since v7.7.