ArcObjects Library Reference (Carto)  

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,
  IMapTableSubtypeInfos** ppMapTableSubtypeInfos
);
[C++]

Parameters

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

  pLayers is a parameter of type ILayerDescriptions

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