AGI UI CoreSend comments on this topic.
MapID Property (IAgUiWindowMapObject)
See Also
Windows





Windows & Linux

Description

A unique identifier associated with the window that can be used with Connect to control the 2D map.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MapID() As Integer
[C#]
public int MapID {get;}
[Managed C++]
public: __property int get_MapID();
[Unmanaged C++]
public: HRESULT get_MapID(
    long * pRetVal
);
[Java]
public int getMapID();
[Python - STK API ]
@property
def MapID(self) -> int:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.