<Code Lib>
2025 Method
Changes 0
M

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.

public bool RemoveConduitStandardType(
	Document pADoc,
	string standardName
)

  • pADoc
    The document.
  • standardName
    The conduit standard name.
Return Value Boolean True if removing success; otherwise false.

Loading…