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


IDirectionFormat.DirectionType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > ID > IDirectionFormat Interface > IDirectionFormat.DirectionType Property
ArcGIS Developer Help

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 [in]

direction is a parameter of type esriDirectionType direction [out, retval]
direction is a parameter of type esriDirectionType*

Product Availability

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

See Also

IDirectionFormat Interface