| Revit 2022 API |
| RebarHandlesData..::..GetCustomHandles Method |
| RebarHandlesData Class See Also |
Gets the handle definitions for the rebar that were added.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.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() |