ArcObjects Library Reference (Cadastral)  

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++]

See Also

ICadastralCogoImporter Interface