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