RebarHandlesDataGetCustomHandles Method

Gets the handle definitions for the rebar that were added.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<int> GetCustomHandles()

Return Value

IListInt32
Returns all custom handles.
See Also