Share

ElectricalSystem.CableType Property

The Cable Type of the Electrical System.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public ElementId CableType { get; set; }

Property Value

ElementId

Exceptions

ExceptionCondition
ArgumentException When setting this property: The id is not a Cable Type id nor invalidElementId.
ArgumentNullException When setting this property: A non-optional argument was null

Remarks

After Cable Type of the Electrical System changes, the Cable Size will be set to InvalidElementId after regeneration.

See Also

Reference

Was this information helpful?