Maptitude GISDK Help |
Gets the name of the COM interface for an object from the type library.
Added to Version 5.0.
interface_name = GetCOMInterfaceName(comobject my_object)
Argument |
Contents |
my_object |
A COM object |
A string with the name of the COM interface .
For more information on COM objects, see Accessing COM Objects.
excel = CreateComObject("Excel.Application")
interface_name = GetComInterfaceName(excel)
showmessage("The Excel Application interface is named " + interface_name)
Function |
Summary |
Creates a new COM control window |
|
Creates a new instance of a COMObject |
|
Gets the COM objects in a COM collection |
|
Gets the COM interface of a COM control window |
|
Gets the currently active instance of a COMObject |
©2025 Caliper Corporation | www.caliper.com |