GetUsableCableSizeIds Method


Cable Type Get Usable Cable Size Ids 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()

Return Value

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