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


ITrafficData2.LengthAttributeName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITrafficData2.LengthAttributeName Property

The field name for the length attribute.

[Visual Basic .NET]
Public Property LengthAttributeName As String
[C#]
public string LengthAttributeName {get; set;}
[C++]
HRESULT get_LengthAttributeName(
  BSTR* LengthAttributeName
);
[C++]
HRESULT put_LengthAttributeName(
  BSTR LengthAttributeName
);
[C++]

Parameters LengthAttributeName [out, retval] LengthAttributeName is a parameter of type BSTR LengthAttributeName [in] LengthAttributeName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITrafficData2 Interface

.NET Related Topics

How to create a network dataset