ElectricalSystemOtherConductorSize Property |
The size of an Other Conductor in the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ElementId OtherConductorSize { get; }
Public ReadOnly Property OtherConductorSize As ElementId
Get
public:
property ElementId^ OtherConductorSize {
ElementId^ get ();
}
member OtherConductorSize : ElementId with get
Property Value
ElementId
Exceptions
Remarks
Each Other Conductor has the same size in the Electrical System.
See Also