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


IAnnotateLayerProperties.LabelWhichFeatures Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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 [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.

See Also

IAnnotateLayerProperties Interface