ArcGIS Pro 2.6 API Reference Guide
AngularUnit Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : AngularUnit Class

The following tables list the members exposed by AngularUnit.

Public Properties
 NameDescription
Public Property Gets the conversion factor of the unit. (Inherited from ArcGIS.Core.Geometry.Unit)
Public Propertystatic (Shared in Visual Basic)Gets an angular unit object representing angle in degrees (Factory Code = 9102). A degree is equal to PI/180 radians.  
Public PropertyGets the well-known ID of the unit. If the unit is a custom unit, then the factory code will be 0. (Inherited from ArcGIS.Core.Geometry.Unit)
Public Propertystatic (Shared in Visual Basic)Gets an angular unit object representing angle in grads (Factory Code = 9105). Equivalent to one one-hundredth of a right-angle, a grad is equal to PI/200 radians. Also known as a gon.  
Public Propertystatic (Shared in Visual Basic)Gets an angular unit object representing angle in arc-minutes (Factory Code = 9103). An arc-minute is equal to 1/60th of a degree.  
Public PropertyGets the name of the unit. (Inherited from ArcGIS.Core.Geometry.Unit)
Public Propertystatic (Shared in Visual Basic)Gets an angular unit object representing angle in radians (factory Code = 9101). A radian is an SI standard unit, equaling 180/PI degrees.  
Public Property Gets the radians per angular unit.  
Public Propertystatic (Shared in Visual Basic)Gets an angular unit object representing angle in arc-seconds (Factory Code = 9104). An arc-second is equal to 1/60th of an arc-minute.  
Public PropertyGets the type of unit. (Inherited from ArcGIS.Core.Geometry.Unit)
Public Property Gets the well-known text of the unit. (Inherited from ArcGIS.Core.Geometry.Unit)
Top
Public Methods
 NameDescription
Public MethodConverts a radian angle to the unit of this instance.  
Public MethodConverts the angle to the provided angular unit.  
Public MethodConverts the angle to radians.  
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public Method Gets the JSON representation of the unit in terms of the wkid. A custom unit has wkid = 0. (Inherited from ArcGIS.Core.Geometry.Unit)
Public MethodGets a System.String that represents this unit. Returns the Unit.Name. (Inherited from ArcGIS.Core.Geometry.Unit)
Top
See Also

Reference

AngularUnit Class
ArcGIS.Core.Geometry Namespace