Revit 2026 API
FormMove |
Move a profile 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 MoveProfile( int profileIndex, XYZ offset )
Public Sub MoveProfile ( profileIndex As Integer, offset As XYZ )
public: void MoveProfile( int profileIndex, XYZ^ offset )
member MoveProfile : profileIndex : int * offset : XYZ -> unit
Parameters
- profileIndex Int32
- Index to specify the profile.
- offset XYZ
- The vector by which the element is to be moved.
See Also