Method Transform
Transform(ElementId, Transform3D)
Creates a transform operation in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 13, 300, 0)]
ElementId Transform(ElementId inElementId, Transform3D inTransform)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the entity to modify. |
| Transform3D | inTransform | Transform to apply. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the transform operation. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.13.300.00.