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