RVTDocs.com

WireSizeSet.Contains

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