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


ISubtypeInfos.Insert Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ISubtypeInfos.Insert Method

Adds a Subtype info info at the specified position.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal pSubtypeInfo As ISubtypeInfo _
)
[C#]
public void Insert (
    int Index,
    ISubtypeInfo pSubtypeInfo
);
[C++]
HRESULT Insert(
  long Index,
  ISubtypeInfo* pSubtypeInfo
);
[C++]

Parameters Index [in] Index is a parameter of type long pSubtypeInfo [in]
pSubtypeInfo is a parameter of type ISubtypeInfo

Product Availability

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

See Also

ISubtypeInfos Interface