CogTrackedItemBase PropertiesCognex VisionPro 9.8

The CogTrackedItemBase 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 propertyForceChangedEvent
Gets/Sets whether a CogToolBlock containing this terminal in its Outputs collection will force a changed event with the SfValue state flag set every time the CogToolBlock is run (even if the value did not change). Use this property when linking to a CogDataAnyalysisTool to prevent the CogDataAnyalysisTool from giving a reject result due to the Data Analysis Channels not being updated.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyID
Gets the ID property of the terminal
Public propertyName
Gets or Sets the name of the terminal.
Public propertyParent
Returns the Parent or CogTrackingCollection that is currently tracking this Item.
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.)
Public propertyValue
Gets or Sets the value of the terminal.
Public propertyValueType
Gets the expected value type of the terminal
Top
See Also