Name of the map (data frame) as indicated by the index. The first beginning with 0.
[Visual Basic 6.0] Property MapName(
ByVal Index As Long _
) As String
[Visual Basic .NET] Public Function get_MapName ( _ ByVal Index As Integer _ ) As String
[C#] public string get_MapName ( int Index );
[Java] public String getMapName ( Long Index )
[C++]
HRESULT get_MapName(
long Index,
BSTR* MapName
);
Parameters
Index [in]
Index is a parameter of type long
MapName [out, retval]
MapName is a parameter of type BSTR