<Code Lib>
2023 Method
Changes 0
M

IRebarUpdateServer.GetCustomHandles

Description:
This function should define all handles that the Rebar has. This function is called when the Rebar is created.
Remarks:
Revit consider the execution failed if we have duplicate tags for custom, start and end handles.

bool GetCustomHandles(
	RebarHandlesData handlesInfoData
)

Return Value bool Returns true if the handles were defined successfully, false otherwise.

Loading…