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


IMapTableSubtypeInfo.SubtypeInfos Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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