CogBlobResult SelectedSpaceName Property Cognex VisionPro
Returns the name of the selected space of the input image at run-time. All relevant blob measures are specified in units of the selected space.

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

public string SelectedSpaceName { get; }

Property Value

Type: String
Exceptions

ExceptionCondition
InvalidOperationException If no result data is available.
See Also