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


ITrafficData2.LengthAttributeName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITrafficData2 Interface > ITrafficData2.LengthAttributeName Property
ArcGIS Developer Help

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(
  System.String* 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