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


IMapServer4.GetMapTableSubtypeInfos2 Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServer4 Interface > IMapServer4.GetMapTableSubtypeInfos2 Method
ArcGIS Developer Help

IMapServer4.GetMapTableSubtypeInfos2 Method

Returns the MapTableSubtypeInfos in the current map.

[Visual Basic .NET]
Public Function GetMapTableSubtypeInfos2 ( _
    ByVal MapName As String, _
    ByVal pLayers As ILayerDescriptions _
) As IMapTableSubtypeInfos
[C#]
public IMapTableSubtypeInfos GetMapTableSubtypeInfos2 (
    string MapName,
    ILayerDescriptions pLayers
);
[C++]
HRESULT GetMapTableSubtypeInfos2(
  BSTR MapName,
  ILayerDescriptions* pLayers
);
[C++]
Parameters
MapName [in]

MapName is a parameter of type BSTR pLayers [in]
pLayers is a parameter of type ILayerDescriptions*

Product Availability

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

See Also

IMapServer4 Interface