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)
Syntaxpublic bool Contains(
IPinObject Pin
)
Public Function Contains (
Pin As IPinObject
) As Boolean
public:
bool Contains(
IPinObject^ Pin
)
member Contains :
Pin : IPinObject -> bool
Parameters
- Pin
- Type: IPinObject
The pin to look for (As IPinObject)
Return Value
Type:
BooleanIf the pin is contained in the list
See Also