Revit 2026 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: 26.0.4.0 (26.0.4.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