This document is archived and information here might be outdated. Recommended version. |
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*