CogMisc MethodsCognex VisionPro 9.20

The CogMisc type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAnyObjectHasChanged
Returns True if the HasChanged property of the parent object or any of its sub-objects is True.
Public methodStatic memberCheckSpaceNameSyntax
Returns true if given space name has valid syntax, returns false otherwise. If not valid syntax, an error message is provided.
Public methodStatic memberCPUCanExecute3D
Returns true if the CPU is capable of executing Cognex 3D operations, returns false otherwise.
Public methodStatic memberDegToRad
Convert degrees to radians.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetDefaultGraphicHandleSize
Gets the global default size (in screen pixels) for all interactive graphic handles.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetThumbnailImage
Returns a thumbnail version of the inputImage.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoadShapeModelsFromCVLFile
Load a CogShapeModelCollection from a CVL archive.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRadToDeg
Convert radians to degrees.
Public methodStatic memberSaveShapeModelsToCVLFile
Save a shape model collection to a CVL archive.
Public methodStatic memberScaleImage
Returns a scaled version of the inputImage. The dimensions of the returned image (in pixels) are specified by outputImageWidth and outputImageHeight. The scaling is performed using bilinear interpolation.
Public methodStatic memberSetDefaultGraphicHandleSize
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberVisionProCopyright
Returns a string containing the copyright dates for the installed release of VisionPro.
Public methodStatic memberVisionProReleaseNumber
Returns a string describing the installed release of VisionPro.
Top
See Also