Method SetPointGeometry
SetPointGeometry(ElementId, Point3D)
Sets the geometry of a point entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void SetPointGeometry(ElementId inElementId, Point3D inGeometry)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the point entity to modify. |
| Point3D | inGeometry | New point geometry. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.6.