ConduitSizeSettings.RemoveConduitStandardType
Method
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.
Parameters
Parameter | Type | Description |
---|---|---|
pADoc | Document | The document. |
standardName | String | The conduit standard name. |
Return Value
Type | Description |
---|---|
Boolean | True if removing success; otherwise false. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The conduit standard is already in use. -or- The conduit standard is the last one. |
ArgumentNullException | A non-optional argument was null |