RVTDocs.com

GetHandlesPosition

Method
Description:
This function is supposed to provide the positions of handles defined in GetCustomHandles(). These positions will be shown on screen when the bar constraints are edited.
Syntax
bool GetHandlesPosition(
	RebarHandlePositionData handlePositionData
)
Parameters
Parameter Type Description
handlePositionData Autodesk.Revit.DB.Structure.RebarHandlePositionData Use the members of this class to access the inputs and define the handle positions for this free form rebar.
Return Value
Type Description
IRebarUpdateServer Interface Returns true if calculation of handle positions was successful, false otherwise.