Share

ConduitSizeSettings.RemoveConduitStandardType Method

Erases the existing ConduitSizes with this conduit standard name; the consuit standard type can not be removed if it is in use.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public bool RemoveConduitStandardType(
	Document pADoc,
	string standardName
)

Parameters

pADoc  Document
The document.
standardName  String
The conduit standard name.

Return Value

Boolean
True if removing success; otherwise false.

Exceptions

ExceptionCondition
ArgumentException The conduit standard is already in use. -or- The conduit standard is the last one.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?