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


IClassBreakInfos.Insert Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IClassBreakInfos Interface > IClassBreakInfos.Insert Method
ArcGIS Developer Help

IClassBreakInfos.Insert Method

Adds a class break info at the specified position.

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

Index is a parameter of type long pClassBreakInfo [in]
pClassBreakInfo is a parameter of type IClassBreakInfo*

Product Availability

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

See Also

IClassBreakInfos Interface