Cog3DRangeImageCrossSectionOperatorsParams IsNameUnique Method Cognex VisionPro 9.20
Checks if the name is unique within the collection. Return true if unique, false otherwise.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 80.0.0.0
Syntax

public bool IsNameUnique(
	string name
)

Parameters

name
Type: System String

Return Value

Type: Boolean
See Also