ElectricalSystemFrame Property |
The Frame value of the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double Frame { get; set; }
Public Property Frame As Double
Get
Set
public:
property double Frame {
double get ();
void set (double value);
}
member Frame : float with get, set
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
When setting this property: The given value for frame is not a number
-or-
When setting this property: The given value for frame is not finite
|
ArgumentOutOfRangeException |
When setting this property: The given value for frame must be non-negative.
|
InvalidOperationException |
This property only available when System Type is Power and Circuit Type is NOT Space!
|
Remarks
This property is used to retrieve the Frame value of the Electrical System.
See Also