CableTypeIsCableSizeUsable Method |
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.0.4.0 (26.0.4.0)
Syntaxpublic bool IsCableSizeUsable(
ElementId cableSizeId
)
Public Function IsCableSizeUsable (
cableSizeId As ElementId
) As Boolean
public:
bool IsCableSizeUsable(
ElementId^ cableSizeId
)
member IsCableSizeUsable :
cableSizeId : ElementId -> bool
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