CableTypeCoreType Property |
The core type of the cable type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic CoreType CoreType { get; set; }
Public Property CoreType As CoreType
Get
Set
public:
property CoreType CoreType {
CoreType get ();
void set (CoreType value);
}
member CoreType : CoreType with get, set
Property Value
CoreType
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
When setting this property: A value passed for an enumeration argument is not a member of that enumeration
|
Remarks
It is single core by default.
See Also