RVTDocs.com

WireTypeSet.Contains

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