Method SetPlaneGeometryWithExtent
SetPlaneGeometryWithExtent(ElementId, Plane3D, double, double, double, double)
Sets the geometry and the extent of a plane entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 100)]
void SetPlaneGeometryWithExtent(ElementId inElementId, Plane3D inGeometry, double inXMin, double inXMax, double inYMin, double inYMax)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the plane entity to modify. |
| Plane3D | inGeometry | New plane geometry. |
| double | inXMin | Minimum X plane coordinate of extent. |
| double | inXMax | Maximum X plane coordinate of extent. |
| double | inYMin | Minimum Y plane coordinate of extent. |
| double | inYMax | Maximum Y plane coordinate of extent. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.7.201.100.