Method MakeVertexNotTemporary
MakeVertexNotTemporary(ElementItemId)
Makes a vertex not temporary in the ModifiedSketch.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 80)]
void MakeVertexNotTemporary(ElementItemId inVertexId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inVertexId | Identifier of the vertex to modify. |
Remarks
StartModification(ElementId) must be called before calling this method.
This method is available since v7.7.201.80.