ArcObjects Library Reference (System)  

IDirectionFormat.DirectionType Property

Indicates the direction of the argument in ValueToString.

[Visual Basic .NET]
Public Property DirectionType As esriDirectionType
[C#]
public esriDirectionType DirectionType {get; set;}
[C++]
HRESULT get_DirectionType(
  esriDirectionType* direction
);
[C++]
HRESULT put_DirectionType(
  esriDirectionType direction
);
[C++]

Parameters

direction [out, retval]

  direction is a parameter of type esriDirectionType

direction [in]

  direction is a parameter of type esriDirectionType

Product Availability

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

See Also

IDirectionFormat Interface