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


IOverposter3.InsertClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverposter3 Interface > IOverposter3.InsertClass Method
ArcGIS Developer Help

IOverposter3.InsertClass Method

Inserts a class at a specific index, and specifies its peoperties.

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

Index is a parameter of type long props [in]
props is a parameter of type IOverposterLayerProperties*

Product Availability

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

See Also

IOverposter3 Interface