Method CreatePoint
CreatePoint(DocumentId, Point3D)
Creates a point entity in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
ElementId CreatePoint(DocumentId inDocumentId, Point3D inGeometry)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| Point3D | inGeometry | Point geometry. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the created point entity. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.6.