RecordDisplayMethod ClassCognex VisionPro 9.21 SR1

This class exists to be placed as content in a Record. This content may then be used by the RecordDisplay to drive the addition of an appropriately scaled coordinate space to the RecordDisplay's UserPixelTree. This can be useful when displaying standalone graphics such as a histogram diagram.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision RecordDisplayMethod

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public sealed class RecordDisplayMethod : ShareableBase, 
	IObject

The RecordDisplayMethod type exposes the following members.

Constructors

  NameDescription
Public methodRecordDisplayMethod

Construct a new instance of this class using the supplied arguments.

Top
Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides ShareableBase Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides ShareableBase GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Overrides ShareableBase GetTypeMeta .)
Public methodToString

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two RecordDisplayMethod objects.
Public operatorStatic memberInequality
Compares the inequality of two RecordDisplayMethod objects.
Top
Properties

  NameDescription
Public propertyAddSpaceChildName

Get the name of the child space to be added.

Public propertyAddSpaceParentFromChildTransform

Get the transform that maps from the new child space to the parent space.

Public propertyAddSpaceParentName

Get the name of the parent space to which the child space will be added.

Public propertyHandle (Overrides ShareableBase Handle.)
Top
See Also