Cog3DRangeImageCrossSectionOperatorBase Name Property Cognex VisionPro
Gets or sets the name of the operator. When the operator is within a collection, the name is checked for uniqueness.

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

public string Name { get; set; }

Property Value

Type: String
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfName
Exceptions

ExceptionCondition
ArgumentException If the supplied argument is null or contains white spaces.
ArgumentException If the supplied argument is not unique.
See Also