Revit 2026 API
Thermal |
The electrical resistivity of the asset.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double ElectricalResistivity { get; set; }
Public Property ElectricalResistivity As Double Get Set
public: property double ElectricalResistivity { double get (); void set (double value); }
member ElectricalResistivity : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The given value for electricalResistivity must be non-negative. |
Values are in ohm-meters and must be non-negative.
See Also