An enumerated type to list all core types.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
SyntaxPublic Enumeration CoreType
public enum class CoreType
MembersMember name | Value | Description |
---|
MultiCore | 1 |
Core type is multi core.
|
SingleCore | 0 |
Core type is single core.
|
See Also