Revit 2025.3 API
FormMove |
Move a face/edge/curve/vertex of the form, specified by a reference, and an offset vector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void MoveSubElement( Reference subElementReference, XYZ offset )
Public Sub MoveSubElement ( subElementReference As Reference, offset As XYZ )
public: void MoveSubElement( Reference^ subElementReference, XYZ^ offset )
member MoveSubElement : subElementReference : Reference * offset : XYZ -> unit
Parameters
See Also