ArcObjects Library Reference (Carto)  

ISubtypeInfos.Add Method

Adds a Subtype Info.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pSubtypeInfo As ISubtypeInfo _
)
[C#]
public void Add (
    ISubtypeInfo pSubtypeInfo
);
[C++]
HRESULT Add(
  ISubtypeInfo* pSubtypeInfo
);
[C++]

Parameters

pSubtypeInfo [in]

  pSubtypeInfo is a parameter of type ISubtypeInfo

Product Availability

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

See Also

ISubtypeInfos Interface