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


IMapServer4.GetMapTableSubtypeInfos 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.GetMapTableSubtypeInfos Method
ArcGIS Developer Help

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
);
[C++]
Parameters
MapName [in]

MapName is a parameter of type BSTR pTableIDs [in]
pTableIDs is a parameter of type ILongArray*

Product Availability

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

See Also

IMapServer4 Interface