CogFixtureNPointToNPoint FixturedSpaceName Property Cognex VisionPro 9.5
Name of the fixtured coordinate space that will be attached to the coordinate space tree of the input image. This must be a valid non-qualified name.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 69.0.0.0
Syntax

public string FixturedSpaceName { get; set; }

Property Value

Type: String
Events

Event TypeReason
CogFixtureNPointToNPoint Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is not a legal nonqualified space name.

Remarks

Name of the fixtured coordinate space that will be attached to the coordinate space tree of the input image. This must be a valid nonqualified space name.

Default Value: "N-Point Fixture"

See Also