2021 Method
Changes 0
M

ConduitSizeSettings.CreateConduitStandardTypeFromExisingStandardType

Description:
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
)
  • pADoc
    The document.
  • String
    newStandardName
    The new conduit standard name.
  • String
    existingStandardName
    The existing conduit standard name.
Return Value bool True if creating success; otherwise false.