Cog3DRangeImageCrossSectionProfile ProfileSelectedSpaceName Property Cognex VisionPro
Gets or sets the ProfileSelectedSpaceName

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

public string ProfileSelectedSpaceName { get; set; }

Property Value

Type: String
The default is set when the profile is created. The value depends on the OperatorsParams.ProfileSpaceSelection and ProfileParams.ProfileDefaultSpaceName.
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfProfileSelectedSpaceName
Exceptions

ExceptionCondition
ArgumentException if the value is null or empty string.
CogSpaceTreeNameNotInTreeException if the value is not a valid syntax.
See Also