RVTDocs.com

ElectricalSetting.RemoveWireType

Method
Description:
Remove wire type definition from project.
Syntax
public void RemoveWireType(
	WireType wireType
)
Parameters
Parameter Type Description
wireType WireType
Return Value
Exceptions
Exception Condition
InvalidOperationException Wire type can be removed only if it is not used, otherwise an exception will be thrown.