CogAcqFifo8504 SelectedSpaceName Property Cognex VisionPro
Read or set the selected space name that is applied to each image returned from Acquire or CompleteAcquire.

Namespace: Cognex.VisionPro.FG8504.Implementation.Internal
Assembly: Cognex.VisionPro.FG8504 (in Cognex.VisionPro.FG8504.dll) Version: 65.1.0.0
Syntax

public virtual string SelectedSpaceName { get; set; }

Property Value

Type: String

Implements

ICogAcqFifo SelectedSpaceName
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the selected coordinate space changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
CogSpaceTreeInvalidNameSyntaxException

val is not a valid space name.

Remarks

Sets or gets the selected CogCoordinateSpaceTree that is applied to each image returned from Acquire(Int32 ) or CompleteAcquire(Int32, Int32 , Int32 ). VisionPro defines special space names for the root coordinate space, the pixel coordinate space, the screen coordinate space, as well as others.

The value of this property is ignored when this ICogAcqFifo is used to acquire a CogImage16Range.

Default Value: The default space name is "@".

See Also