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