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


ICadastralCogoImporter.AngleUnit 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.AngleUnit Property
ArcGIS Developer Help

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

HRESULT get_AngleUnit(

esriDirectionUnits* eDirectionUnit

);

HRESULT put_AngleUnit(

esriDirectionUnits eDirectionUnit

);

See Also

ICadastralCogoImporter Interface