Cog3DRangeImageCrossSectionProfileParams ProfileDefaultSpaceName Property Cognex VisionPro 9.7
Gets or sets the ProfileDefaultSpaceName.

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

public string ProfileDefaultSpaceName { get; set; }

Property Value

Type: String
The default is "Profile2D"
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfProfileDefaultSpaceName
Exceptions

ExceptionCondition
ArgumentException If the supplied argument is null or an empty string.
CogSpaceTreeInvalidNameSyntaxException if the value is not a valid syntax.
See Also