This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServer4 Interface > IMapServer4.GetMapTableSubtypeInfos Method (ArcObjects .NET 10.4 SDK) |
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