Click or drag to resize

mcPolyToolCommandFlags Enumeration

Legal values for the McGraphToolServer.CommandFlags property that apply to the built-in polygon creation tool.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcPolyToolCommandFlags
Members
  Member nameValueDescription
mcptcfSetAutoTraceEngine-1988531968Action flag: whenassigned, CommandData is assumed to be a McAutoTrace instance, which is to be used as the tracing engine for the built-in McGraphObjPoly auto tracing. If the McGraphToolServer.ActiveOverlay is a descendent of a McImage, then this assignment is not necessary, because the ancestor McImage.AutoTraceEngine property is used by default. The auto trace engine is released once the tool is canceled, so unless you are using the default, it must be reassigned with this action flag whenever a McGraphObjPoly tool is started. CommandData is cleared after it is next accessed.
mcptcfGetAutoTraceEngine-1988531967Action flag: whenassigned, CommandData is filled with the current McAutoTrace instance that is, or will be used for auto-tracing. CommandData is cleared after it is next accessed.
Remarks
These flag values are recognized only when the built-in "McGraphToolSelect" is running.
See Also