ArcObjects Library Reference (Cadastral)  

ICadastralCogoImporter.AngleUnit Property

Angle unit in input COGO feature class. Default: DMS.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

The Angle unit used for Delta attribute of the source data. Degrees Minutes Seconds is the default.

[C++]

See Also

ICadastralCogoImporter Interface