RVTDocs.com

GroundConductorSizeSet.Contains

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