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