Method CreateProfile
CreateProfile(List<ElementItemId>)
Creates a new profile into the ModifiedSketch.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 80)]
ElementItemId CreateProfile(List<ElementItemId> inSegmentIds)
Parameters
| Type | Name | Description |
|---|---|---|
| List<ElementItemId> | inSegmentIds | Identifiers of the segments of the profile. |
Returns
| Type | Description |
|---|---|
| ElementItemId | Identifier of the created profile. |
Remarks
The end vertex of each segment must be the same than the start vertex of the following one.
StartModification(ElementId) must be called before calling this method.
This method is available since v7.7.201.80.