This document is archived and information here might be outdated. Recommended version. |
The type of features labeled.
[Visual Basic .NET] Public Property LabelWhichFeatures As esriLabelWhichFeatures
[C#] public esriLabelWhichFeatures LabelWhichFeatures {get; set;}
[C++]
HRESULT get_LabelWhichFeatures(
esriLabelWhichFeatures Type
);
[C++]
HRESULT put_LabelWhichFeatures(
esriLabelWhichFeatures* Type
);
[C++] Parameters Type [in]
Type is a parameter of type esriLabelWhichFeatures Type [out, retval]
Type is a parameter of type esriLabelWhichFeatures*
LabelWhichFeatures specifies which features to label (all, selected or visible).
This is useful when converting labels to graphics.