ICogTool PropertiesCognex VisionPro 9.8 SR1

The ICogTool type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
Indicates if the raising of the Changed event has been suspended.
(Inherited from ICogChangedEvent.)
Public propertyDataBindings
Gets the data bindings for the tool.
Public propertyName
Gets or sets the name of the tool.
Public propertyRunStatus
Gets general information about the last call to the tool's Run function. Note that serious errors that occur within the tool's Run method may only be detected by examining the RunStatus after calling Run. It is the user's responsibility to examine the tool's RunStatus after calling Run.
Public propertySite
Gets or sets the ISite associated with the IComponent.
(Inherited from IComponent.)
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 ICogChangedEvent.)
Public propertyUserData
Gets a CogDictionary object that can be used to store application-specific information.
Top
See Also