CoreType Property


Cable Type Core Type Property

The core type of the cable type.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public CoreType CoreType { get; set; }

Property Value

CoreType
Exceptions
Exception 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