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


IAnnotateLayerProperties.LabelWhichFeatures 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.LabelWhichFeatures Property
ArcGIS Developer Help

IAnnotateLayerProperties.LabelWhichFeatures Property

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*

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.

See Also

IAnnotateLayerProperties Interface