ArcObjects Library Reference (Cadastral)  

ICadastralCogoImporter.DirectionUnits Property

Units for direction fields (other than angle). Default: DMS.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

The DirectionUnit property is used to determine the "Direction" angle unit attribute. Degrees Minutes Seconds is the default.

[C++]

See Also

ICadastralCogoImporter Interface