This document is archived and information here might be outdated. Recommended version. |
Direction type enum value as a string.
[Visual Basic .NET] Public Function get_DirectionType ( _ ByVal eDirType As esriDirectionType _ ) As String
[C#] public string get_DirectionType ( esriDirectionType eDirType );
[C++]
HRESULT get_DirectionType(
esriDirectionType eDirType,
System.String* dirType
);
[C++] Parameters eDirType [in]
eDirType is a parameter of type esriDirectionType dirType [out, retval]
dirType is a parameter of type BSTR*