Creates a Cable Type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static CableType Create(
Document document
)
Public Shared Function Create (
document As Document
) As CableType
public:
static CableType^ Create(
Document^ document
)
static member Create :
document : Document -> CableType
Parameters
- document Document
-
The document where the new Cable Type will be created.
Return Value
CableType
The newly created Cable Type.
Exceptions
See Also