| Revit 2022.1 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: 22.0.0.0 (22.1.1.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 (); } |