Description
Exposes the ID of the template which will be used to initialize graphic objects created by this tool. Corresponds to the McGraphOverlay.SelectTool TemplateID argument.
-
Property type
-
A Long value.
-
Syntax
-
object.ActiveTemplateID [= value]
The ActiveTemplateID Property syntax has these parts: |
| object | An expression evaluating to an object of type McGraphToolServer. | | value | A Long value. | Remarks
This property is set when a tool is selected using McGraphOverlay.SelectTool.
|