CogTrevista PropertiesCognex VisionPro 9.20

The CogTrevista type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyContourImageParams
Gets/sets the ContourImageParams which contain common trevista image data
Public propertyDepthImageParams
Gets/sets the DepthImageParams which contain common trevista image data
Public propertyGreyscaleImageParams
Gets/sets the GreyscaleImageParams which contain common trevista image data
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyProcessorType
Gets/sets the ProcessorType for determining the hardware to use for calculations
Public propertyRangeDepth
Gets/sets the RangeDepth
Public propertyRangeMode
Gets/sets the RangeMode
Public propertySensorDiameter
Gets/sets the SensorDiameter of the dome illumination unit in mm
Public propertySensorOffsetX
Gets/sets the SensorOffsetX in pixels
Public propertySensorOffsetY
Gets/sets the SensorOffsetY in pixels
Public propertySensorPixelSize
Gets/sets the SensorPixelSize in mm
Public propertySensorType
Gets/sets the SensorType which specifies the type of sensor model used for calculation of the gradient images
Public propertyShadingImage1Params
Gets/sets the ShadingImage1Params which contain common trevista image data
Public propertyShadingImage2Params
Gets/sets the ShadingImage2Params which contain common trevista image data
Public propertyShadingImage3Params
Gets/sets the ShadingImage3Params which contain common trevista image data
Public propertyShadingImage4Params
Gets/sets the ShadingImage4Params which contain common trevista image data
Public propertyShapeHorizontalImageParams
Gets/sets the ShapeHorizontalImageParams which contain common trevista image data
Public propertyShapeVerticalImageParams
Gets/sets the ShapeVerticalImageParams which contain common trevista image data
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Top
See Also