This document is archived and information here might be outdated. Recommended version. |
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*
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.