Maptitude GISDK Help

The Maptitude Object

 

The client accesses the Maptitude COM object, obtained by using the programmatic identifier "Maptitude.AutomationServer."

 

For example, to access the COM object in VBA, use the following syntax:

 

Dim Maptitude As Object

Set Maptitude = CreateObject("Maptitude.AutomationServer")

 

If the program is not already running, it will start in the background without any window, briefly displaying a message. If the program is already running, then that instance of the program will become the active COM object.

 

Methods

Function() calls a GISDK function.

Macro() calls a macro in a compiled GISDK UI Database.

CreateObject() creates a new object from a class defined in a compiled GISDK UI Database.

 

Helper Methods

Also provided are some helper methods that can be used as shortcuts for creating the appropriate MacroVal object of compound types. Some examples of syntax are:

 

MacroVal Coord(Long longitude, Long latitude)

MacroVal Scope(MacroVal center, Double width, Double height, Double angle)

MacroVal Circle(MacroVal center, Double radius)

 

Properties

The Maptitude object has no properties.

 

For more information, see...

Function() Method

Macro() Method

CreateObject() Method

The MacroVal Object

Accessing Maptitude as a COM Object

 

 

 

 

©2025 Caliper Corporation www.caliper.com