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


ICadastralUnitTools.DirectionType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralUnitTools.DirectionType Property

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,
  BSTR* dirType
);
[C++]

Parameters eDirType [in]
eDirType is a parameter of type esriDirectionType dirType [out, retval] dirType is a parameter of type BSTR

Product Availability

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

See Also

ICadastralUnitTools Interface