CableTypeSetCableSizeUsable Method |
Marks the Cable Size can be used by this Cable Type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SetCableSizeUsable(
ElementId cableSizeId,
bool usable
)
Public Sub SetCableSizeUsable (
cableSizeId As ElementId,
usable As Boolean
)
public:
void SetCableSizeUsable(
ElementId^ cableSizeId,
bool usable
)
member SetCableSizeUsable :
cableSizeId : ElementId *
usable : bool -> unit
Parameters
- cableSizeId ElementId
-
The Cable Size id.
- usable Boolean
-
The Cable Size can be used by this Cable Type or not.
Exceptions
See Also