Returns the number of voltage types that are in the set.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public virtual int Size { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property Size As Integer
Get |
Visual C++ |
---|
public:
virtual property int Size {
int get ();
} |
See Also