This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > ISimpleTrackingLabelRenderer Interface > ISimpleTrackingLabelRenderer.LabelFeatures Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL pbvarLabelFeatures
);
[C++]
Parameters pbvarLabelFeatures [out, retval] pbvarLabelFeatures is a parameter of type VARIANT_BOOL pbvarLabelFeatures [in] pbvarLabelFeatures is a parameter of type VARIANT_BOOL