Creates one conduit standard type with the new name and assign the conduit sizes to it from the existing standard type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CreateConduitStandardTypeFromExisingStandardType(
Document pADoc,
string newStandardName,
string existingStandardName
)
Parameters
- pADoc Document
-
The document.
- newStandardName String
-
The new conduit standard name.
- existingStandardName String
-
The existing conduit standard name.
Return Value
Boolean
True if creating success; otherwise false.
Exceptions
See Also
Reference