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


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

ICadastralCogoImporter.DirectionType Property

Direction type in input COGO feature class. Default: esriQuadBearing.

[Visual Basic .NET]
Public Property DirectionType As esriDirectionType
[C#]
public esriDirectionType DirectionType {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The DirectionType property is used to determine the "Bearing" attribute direction type. QuadBearing is the default.

[C++]

HRESULT get_DirectionType(

esriDirectionType* eDirectionType

);

HRESULT put_DirectionType(

esriDirectionType eDirectionType

);

See Also

ICadastralCogoImporter Interface