| Revit 2023 API |
| RebarConstraint..::..NumberOfTargets Property |
| RebarConstraint Class See Also |
Identifies the number of references associated to the rebar handle.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2018
Syntax
| C# |
|---|
public int NumberOfTargets { get; } |
| Visual Basic |
|---|
Public ReadOnly Property NumberOfTargets As Integer Get |
| Visual C++ |
|---|
public: property int NumberOfTargets { int get (); } |