CogSerializableCollectionBase T  Remove Method Cognex VisionPro 9.8 SR1
Removes value from the collection

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax

public bool Remove(
	T value
)

Parameters

value
Type: T

Return Value

Type: Boolean

Implements

ICollection T  Remove(T)
See Also