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


ICadastralUnitTools.DirectionType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralUnitTools Interface > ICadastralUnitTools.DirectionType Property
ArcGIS Developer Help

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,
  System.String* 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