This document is archived and information here might be outdated. Recommended version. |
Inserts a new legend class into the group at the specified index.
[Visual Basic .NET] Public Sub InsertClass ( _ ByVal index As Integer, _ ByVal legendClass As ILegendClass _ )
[C#] public void InsertClass ( int index, ILegendClass legendClass );
[C++]
HRESULT InsertClass(
long index,
ILegendClass* legendClass
);
[C++] Parameters index [in]
index is a parameter of type long legendClass [in]
legendClass is a parameter of type ILegendClass*