ICogDrawingStyle PropertiesCognex VisionPro 9.8

The ICogDrawingStyle type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
Indicates if the raising of the Changed event has been suspended.
(Inherited from ICogChangedEvent.)
Public propertyOutputColor
Gets or sets the color of the output shape.
Public propertyOutputLineStyle
Gets or sets the line style of the output shape.
Public propertyOutputLineWidthInScreenPixels
Gets or sets the line width of the output shape.
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.)
Top
See Also