Revit 2021 API |
AssetProperties..::..Size Property |
AssetProperties Class See Also |
The number of the AssetProperty(s) in the object.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.0.0.0)
Syntax
C# |
---|
public int Size { get; } |
Visual Basic |
---|
Public ReadOnly Property Size As Integer Get |
Visual C++ |
---|
public: property int Size { int get (); } |