This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > ID > IDirectionFormat Interface > IDirectionFormat.DirectionType Property (ArcObjects .NET 10.4 SDK) |
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