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 [out, retval]Type is a parameter of type esriLabelWhichFeatures
Type [in]Type is a parameter of type esriLabelWhichFeatures
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
LabelWhichFeatures specifies which features to label (all, selected or visible).
Remarks
This is useful when converting labels to graphics.