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


ITrackingLayerLabels.LabelFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingLayerLabels Interface > ITrackingLayerLabels.LabelFieldName Property
ArcGIS Developer Help

ITrackingLayerLabels.LabelFieldName Property

Name of the field whose contents will be used as the tracking label for the layer.

[Visual Basic .NET]
Public Property LabelFieldName As String
[C#]
public string LabelFieldName {get; set;}
[C++]
HRESULT get_LabelFieldName(
  BSTR pbstrFieldName
);
[C++]
HRESULT put_LabelFieldName(
  System.String* pbstrFieldName
);
[C++]
Parameters
pbstrFieldName [in]

pbstrFieldName is a parameter of type BSTR pbstrFieldName [out, retval]
pbstrFieldName is a parameter of type BSTR*

Product Availability

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

See Also

ITrackingLayerLabels Interface