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


IMapTableSubtypeInfo.SubtypeInfos Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableSubtypeInfo Interface > IMapTableSubtypeInfo.SubtypeInfos Property
ArcGIS Developer Help

IMapTableSubtypeInfo.SubtypeInfos Property

Array of Subtype Information.

[Visual Basic .NET]
Public ReadOnly Property SubtypeInfos As ISubtypeInfos
[C#]
public ISubtypeInfos SubtypeInfos {get;}
[C++]
HRESULT get_SubtypeInfos(
  ISubtypeInfos** ppSubtypeInfos
);
[C++]
Parameters
ppSubtypeInfos [out, retval]

ppSubtypeInfos is a parameter of type ISubtypeInfos**

Product Availability

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

See Also

IMapTableSubtypeInfo Interface