Checks whether the Cable Size can be used by this Cable Type or not.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsCableSizeUsable(
ElementId cableSizeId
)
Parameters
- cableSizeId ElementId
-
The Cable Size id.
Return Value
Boolean
True if the Cable Size can be used by this Cable Type.
Exceptions
See Also
Reference