GetCustomHandles Method
Gets the handle definitions for the rebar that were added.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.0.0.0)
Since:  2018

Syntax

C#
public IList<int> GetCustomHandles()
Visual Basic
Public Function GetCustomHandles As IList(Of Integer)
Visual C++
public:
IList<int>^ GetCustomHandles()

Return Value

Returns all custom handles.

See Also