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.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2017
Syntax
C# |
---|
public bool CreateConduitStandardTypeFromExisingStandardType(
Document pADoc,
string newStandardName,
string existingStandardName
) |
Visual Basic |
---|
Public Function CreateConduitStandardTypeFromExisingStandardType ( _
pADoc As Document, _
newStandardName As String, _
existingStandardName As String _
) As Boolean |
Visual C++ |
---|
public:
bool CreateConduitStandardTypeFromExisingStandardType(
Document^ pADoc,
String^ newStandardName,
String^ existingStandardName
) |
Return Value
True if creating success; otherwise false.
Exceptions
See Also