CogToolBlockTerminal PropertiesCognex VisionPro 9.5

The CogToolBlockTerminal 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 propertyDescription
A short description of this terminal
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.
(Inherited from CogTrackedItemBase.)
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyID
Gets the ID property of the terminal
(Inherited from CogTrackedItemBase.)
Public propertyName
Gets or Sets the name of the terminal.
(Inherited from CogTrackedItemBase.)
Public propertyParent
Returns the Parent or CogTrackingCollection that is currently tracking this Item.
(Inherited from CogTrackedItemBase.)
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.
(Inherited from CogTrackedItemBase.)
Public propertyValueType
Gets the expected value type of the terminal
(Inherited from CogTrackedItemBase.)
Top
See Also