Gets the handle definitions for the rebar that were added.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.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() |