This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > ISimpleTrackingLabelRenderer Interface > ISimpleTrackingLabelRenderer.LabelFieldName Property (ArcObjects .NET 10.5 SDK) |
Name of the field whose contents will be used as the tracking label when drawing to the map display.
[Visual Basic .NET] Public Property LabelFieldName As String
[C#] public string LabelFieldName {get; set;}
[C++]
HRESULT get_LabelFieldName(
BSTR* pbstrFieldName
);
[C++]
HRESULT put_LabelFieldName(
BSTR pbstrFieldName
);
[C++]
Parameters pbstrFieldName [out, retval] pbstrFieldName is a parameter of type BSTR pbstrFieldName [in] pbstrFieldName is a parameter of type BSTR