ConduitSizeSettings.RemoveConduitStandardType
Description:
Erases the existing ConduitSizes with this conduit standard name; the consuit standard type can not be removed if it is in use.
Erases the existing ConduitSizes with this conduit standard name; the consuit standard type can not be removed if it is in use.
public bool RemoveConduitStandardType(
Document pADoc,
string standardName
)
-
pADocThe document.
-
StringstandardNameThe conduit standard name.
Return Value
bool
True if removing success; otherwise false.
-
The conduit standard is already in use. -or- The conduit standard is the last one.
-
A non-optional argument was null