ArcObjects Library Reference (Carto)  

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