This document is archived and information here might be outdated. Recommended version. |
Direction type in input COGO feature class. Default: esriQuadBearing.
[Visual Basic .NET] Public Property DirectionType As esriDirectionType
[C#] public esriDirectionType DirectionType {get; set;}
The DirectionType property is used to determine the "Bearing" attribute direction type. QuadBearing is the default.
HRESULT get_DirectionType(
esriDirectionType* eDirectionType
);
HRESULT put_DirectionType(
esriDirectionType eDirectionType
);