CogStatistics Description Property Cognex VisionPro 9.20
Returns/sets a description string for the object. The Description may be optionally set to store a readable description of the use of the channel.

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

public string Description { get; set; }

Property Value

Type: String
Events

Event TypeReason
CogStatistics Changed

Fires when the value of this property changes.

The following state flag may be affected:

    Remarks

    A text string that describes this object. You can specify any descriptive value for this property.

    Default Value: ""

    See Also