Method CreateVertex
CreateVertex(Point2D)
Creates a new vertex into the ModifiedSketch.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 80)]
ElementItemId CreateVertex(Point2D inPoint)
Parameters
| Type | Name | Description |
|---|---|---|
| Point2D | inPoint | Vertex point. |
Returns
| Type | Description |
|---|---|
| ElementItemId | Identifier of the created vertex. |
Remarks
StartModification(ElementId) must be called before calling this method.
This method is available since v7.7.201.80.