Click or drag to resize

Tool Class

Starts the tool on the overlay.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.OverlaysOverlayCommand
            MediaCy.Commands.OverlaysTool

Namespace:  MediaCy.Commands.Overlays
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class Tool
	Inherits OverlayCommand

The Tool type exposes the following members.

Constructors
  NameDescription
Public methodTool
Initializes a new instance of the Tool class
Public methodTool(String)
Initializes a new instance of the Tool class
Public methodTool(McCommand)
Initializes a new instance of the Tool class
Top
Properties
  NameDescription
Public propertyArrowShape
Defines arrow tool shape.
Public propertyAutoTrace
For polylines, whether or not they use auto-tracing.
Public propertyCalloutLine
This property is True for creating McGraphObjText objects with a callout line.
Public propertyClosed
This property is True for creating polygons.
Public propertyPointShape
Defines point tool shape.
Public propertyTool
The type of annotation that this tool is creating.
Top
Methods
  NameDescription
Public methodGetOurTemplate
Returns template based on the command's properties. If a user-defined template has been created, then that is returned.
Public methodIsPropertyActive (Overrides McCommandExtended.IsPropertyActive(String).)
Top
Remarks