RVTDocs.com

ElectricalSetting.RemoveDistributionSysType

Method
Description:
Remove an existing distribution system type from the project.
Syntax
public void RemoveDistributionSysType(
	DistributionSysType distributionSysType
)
Parameters
Parameter Type Description
distributionSysType DistributionSysType
Return Value
Exceptions
Exception Condition
InvalidOperationException Distribution system type can be removed only if it is not currently assigned to any devices, otherwise an exception will be thrown.