Identifies the number of references associated to the rebar handle.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.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 (); } |