<Code Lib>
2020 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
)

Return Value bool True if removing success; otherwise false.

Loading…