RVTDocs.com

DistributionSysTypeSet.Contains

Method
Description:
Tests for the existence of a DistributionSys type within the set.
Syntax
public virtual bool Contains(
	DistributionSysType item
)
Parameters
Parameter Type Description
item DistributionSysType The DistributionSys type to be searched for.
Return Value
Type Description
Boolean The Contains method returns True if the DistributionSys type is within the set, otherwise False.