Returns the total number of reference points for the area load.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public int NumRefPoints { get; } |
Visual Basic |
---|
Public ReadOnly Property NumRefPoints As Integer Get |
Visual C++ |
---|
public: property int NumRefPoints { int get (); } |