ConduitSizeSettings.CreateConduitStandardTypeFromExisingStandardType
Description:
Creates one conduit standard type with the new name and assign the conduit sizes to it from the existing standard type.
Creates one conduit standard type with the new name and assign the conduit sizes to it from the existing standard type.
public bool CreateConduitStandardTypeFromExisingStandardType(
Document pADoc,
string newStandardName,
string existingStandardName
)
-
pADocThe document.
-
StringnewStandardNameThe new conduit standard name.
-
StringexistingStandardNameThe existing conduit standard name.
Return Value
bool
True if creating success; otherwise false.
-
The conduit standard name already exists. -or- The conduit standard name does not exist.
-
A non-optional argument was null