Cog3DRangeImageCrossSectionOperatorsParams ProfileNewSpaceName Property Cognex VisionPro 9.5
Gets or sets the ProfileNewSpaceName.

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

public string ProfileNewSpaceName { get; set; }

Property Value

Type: String
The default is null.
Exceptions

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

This is the space name of the DefaultFromNewTransform. The name of the OutputProfile.ProfileSelectedSpaceName when the ProfileSpaceSelection is New.
See Also