Gets the handle definitions for the rebar that were added.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2018
Syntax
C# |
---|
public IList<int> GetCustomHandles() |
Visual Basic |
---|
Public Function GetCustomHandles As IList(Of Integer) |
Visual C++ |
---|
public: IList<int>^ GetCustomHandles() |