CableType.GetUsableCableSizeIds Method

CableTypeGetUsableCableSizeIds Method

Gets all the Cable Sizes that can be used by this Cable Type, sorted by name.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<ElementId> GetUsableCableSizeIds()
Public Function GetUsableCableSizeIds As IList(Of ElementId)
public:
IList<ElementId^>^ GetUsableCableSizeIds()
member GetUsableCableSizeIds : unit -> IList<ElementId> 

Return Value

IListElementId
All the Cable Size ids that can be used by this Cable Type.
See Also