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


IAngularUnit Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAngularUnit Interface
ArcGIS Developer Help

IAngularUnit Interface

Provides access to members that control the properties of angular unit.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Represents the angular unit of measure for a geographic coordinate system. The angular unit conversion factor is always defined as radians per unit.

Members

Name Description
Read-only property Abbreviation The abbreviated name of this spatial reference component.
Read-only property Alias The alias of this spatial reference component.
Read-only property ConversionFactor The conversion factor of the unit to the base.
Read-only property FactoryCode The factory code (WKID) of the spatial reference.
Read-only property Name The name of this spatial reference component.
Read-only property RadiansPerUnit The radians per angular unit.
Read-only property Remarks The comment string of this spatial reference component.

Inherited Interfaces

Interfaces Description
IUnit Provides access to members that identify a linear or angular unit of measure within a spatial reference system.
ISpatialReferenceInfo Provides access to members that control the properties common to all components of a spatial reference system.

Classes that implement IAngularUnit

Classes Description
AngularUnit Creates a angular unit of measure.

.NET Samples

Clonable object