This document is archived and information here might be outdated.  Recommended version.


IMapServer4.GetMapTableSubtypeInfos Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapServer4.GetMapTableSubtypeInfos Method

Returns the MapTableSubtypeInfos in the current map.

[Visual Basic .NET]
Public Function GetMapTableSubtypeInfos ( _
    ByVal MapName As String, _
    ByVal pTableIDs As ILongArray _
) As IMapTableSubtypeInfos
[C#]
public IMapTableSubtypeInfos GetMapTableSubtypeInfos (
    string MapName,
    ILongArray pTableIDs
);
[C++]
HRESULT GetMapTableSubtypeInfos(
  BSTR MapName,
  ILongArray* pTableIDs,
  IMapTableSubtypeInfos** ppMapTableSubtypeInfos
);
[C++]

Parameters MapName [in] MapName is a parameter of type BSTR pTableIDs [in]
pTableIDs is a parameter of type ILongArray ppMapTableSubtypeInfos [out, retval]
ppMapTableSubtypeInfos is a parameter of type IMapTableSubtypeInfos

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapServer4 Interface