| Revit 2023 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: 23.0.0.0 (23.1.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 (); } |