Gets all the Cable Sizes that can be used by this Cable Type, sorted by name.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<ElementId> GetUsableCableSizeIds()
Return Value
IList<ElementId>
All the Cable Size ids that can be used by this Cable Type.
See Also
Reference