This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IClassBreakInfos Interface > IClassBreakInfos.Insert Method (ArcObjects .NET 10.5 SDK) |
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