Revit 2023 API |
PlanCircuit..::..Area Property |
PlanCircuit Class See Also |
The enclosed area of the circuit.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public double Area { get; } |
Visual Basic |
---|
Public ReadOnly Property Area As Double Get |
Visual C++ |
---|
public: property double Area { double get (); } |