Description

Exposes the name of the class of graphic object wich will be created by this tool.

Property type

A String value.  

Syntax

object.ActiveClassName [= value]

The ActiveClassName Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphToolServer.
valueA String value.

Remarks

This property is set when a tool is selected using McGraphOverlay.SelectTool; this property corresponds to the “GraphObjClassName” argument. For the built-in object creation tools, it will be the type of object to create (e.g., “McGraphObjRect”), and the ToolClassName will be blank. For the built-in selection tool (ToolClassName “McGraphToolSelect”), this property will be blank. For most custom tools this property is not relevant, but in any case it will correspond to the McGraphOverlay.SelectTool “GraphObjClassName” argument that started the tool.