BuiltInFailures.ElectricalFailures.VoltageIsOutOfRange Property

BuiltInFailuresElectricalFailuresVoltageIsOutOfRange Property

Cannot assign or add [Element] to Circuit. The Voltage ([Voltage Value]) for the Circuit is out of range for the Line to Ground Voltage for [Element] (The Line to Ground Voltage is specified in the assigned Distribution System)."

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static FailureDefinitionId VoltageIsOutOfRange { get; }
Public Shared ReadOnly Property VoltageIsOutOfRange As FailureDefinitionId
	Get
public:
static property FailureDefinitionId^ VoltageIsOutOfRange {
	FailureDefinitionId^ get ();
}
static member VoltageIsOutOfRange : FailureDefinitionId with get

Property Value

FailureDefinitionId
See Also