Click or drag to resize

PinListContains Method (IPinObject)

Overload of contains which checks if the list contains the given Pin

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public bool Contains(
	IPinObject Pin
)

Parameters

Pin
Type: IPinObject
The pin to look for (As IPinObject)

Return Value

Type: Boolean
If the pin is contained in the list
See Also