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


IAnnotateLayerProperties.Class Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerProperties Interface > IAnnotateLayerProperties.Class Property
ArcGIS Developer Help

IAnnotateLayerProperties.Class Property

The class name.

[Visual Basic .NET]
Public Property Class As String
[C#]
public string Class {get; set;}
[C++]
HRESULT get_Class(
  BSTR ClassName
);
[C++]
HRESULT put_Class(
  System.String* ClassName
);
[C++]
Parameters
ClassName [in]

ClassName is a parameter of type BSTR ClassName [out, retval]
ClassName is a parameter of type BSTR*

Product Availability

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

Description

Class is the descriptive name of the class.

Remarks

This is used when labeling by the renderer method or using WhereClause to label the same FeatureLayer different ways.

See Also

IAnnotateLayerProperties Interface