ArcObjects Library Reference  (TrackingAnalyst)    

ITrackingLayerLabels.LabelFieldName Property

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

[Visual Basic 6.0]
Property LabelFieldName As String
[Visual Basic .NET]
Public Property LabelFieldName As String
[C#]
public string LabelFieldName {get; set;}
[Java]
public String getLabelFieldName()
throws
    IOException,
    AutomationException
[Java]
public void setLabelFieldName(
String LabelFieldName
)
throws
    IOException,
    AutomationException
[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

Product Availability

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

See Also

ITrackingLayerLabels Interface

 


Feedback Send feedback on this page