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


ISimpleTrackingLabelRenderer.LabelFeatures Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > ISimpleTrackingLabelRenderer Interface > ISimpleTrackingLabelRenderer.LabelFeatures Property
ArcGIS Developer Help

ISimpleTrackingLabelRenderer.LabelFeatures Property

Indicates whether or not labeling for features is turned on.

[Visual Basic .NET]
Public Property LabelFeatures As Boolean
[C#]
public bool LabelFeatures {get; set;}
[C++]
HRESULT get_LabelFeatures(
  VARIANT_BOOL pbvarLabelFeatures
);
[C++]
HRESULT put_LabelFeatures(
  Boolean* pbvarLabelFeatures
);
[C++]
Parameters
pbvarLabelFeatures [in]

pbvarLabelFeatures is a parameter of type bool pbvarLabelFeatures [out, retval]
pbvarLabelFeatures is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ISimpleTrackingLabelRenderer Interface