This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerProperties Interface > IAnnotateLayerProperties.Class Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR ClassName
);
[C++]
Parameters ClassName [out, retval] ClassName is a parameter of type BSTR ClassName [in] ClassName is a parameter of type BSTR
Class is the descriptive name of the class.
This is used when labeling by the renderer method or using WhereClause to label the same FeatureLayer different ways.