This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup Interface > ITemporalLegendGroup.Class Property (ArcObjects .NET 10.4 SDK) |
Legend class at the specified index.
[Visual Basic .NET] Public Function get_Class ( _ ByVal index As Integer _ ) As ILegendClass
[C#] public ILegendClass get_Class ( int index );
[C++]
HRESULT get_Class(
long index,
ILegendClass** legendClass
);
[C++]
Parameters index [in] index is a parameter of type long legendClass [out, retval]
legendClass is a parameter of type ILegendClass