_DMcGraphOverlayEventsToolSelected Method
|
|
A tool was selected as the new active tool.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxSub ToolSelected (
Overlay As McGraphOverlay,
Tool As Object,
GraphObjClassName As String,
TemplateID As Integer
)
Parameters
- Overlay
- Type: MediaCy.IQL.Display.OverlaysMcGraphOverlay
the event source overlay. - Tool
- Type: SystemObject
Nothing. Use McGraphOverlay.ActiveTool to get the tool McGraphToolServer instance of the tool just selected. - GraphObjClassName
- Type: SystemString
The graphic object class to be created. - TemplateID
- Type: SystemInt32
The template to use when creating new objects.
See Also