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


IOverposter3.InsertClass Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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