This document is archived and information here might be outdated. Recommended version. |
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*