ICogDLRuntimeView InterfaceCognex VisionPro 9.25 SR1
This interface represents a view (ROI) holding the results from the analysis.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

public interface ICogDLRuntimeView

The ICogDLRuntimeView type exposes the following members.

Properties

  NameDescription
Public propertyBookmark
True if this view is bookmarked.
Public propertyGroup
The name of the group to which this view belongs.
Public propertyHasMask
True if this view has a mask.
Public propertyInvalidMessage
A message explaining why this view is invalid and could not be trained.
Public propertyIsLabeled
True if this view has been labeled. If true, this view will implement the ICogDLRuntimeLabeledView interface.
Public propertyMask
The view's mask.
Public propertyMemo
The view's memo.
Public propertyParent
This view's parent CogDLRuntimeMarking
Public propertyPose
This region's pose.
Public propertyProcessingError
The type, if any, of error that occured during processing.
Public propertyRefPose
This view was defined with respect to this pose.
Public propertySize
The size of this view in pixels.
Top
See Also