Share

CableType.CoreType Property

The core type of the cable type.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public CoreType CoreType { get; set; }

Property Value

CoreType

Exceptions

ExceptionCondition
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

Reference

Was this information helpful?