Method CreateSection
CreateSection(List<ElementItemId>)
Creates a new section into the ModifiedSketch.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 80)]
ElementItemId CreateSection(List<ElementItemId> inProfileIds)
Parameters
| Type | Name | Description |
|---|---|---|
| List<ElementItemId> | inProfileIds | Identifiers of the profiles of the section. |
Returns
| Type | Description |
|---|---|
| ElementItemId | Identifier of the created section. |
Remarks
StartModification(ElementId) must be called before calling this method.
This method is available since v7.7.201.80.