Sets the position for a specified handle. This information is set to the rebar after the API execution is finished successfully.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetPosition(
int handleTag,
XYZ position
)
Parameters
- handleTag Int32
-
The tag of the handle.
- position XYZ
-
Position of the handle.
Exceptions
See Also
Reference