ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / AngularUnit Class
Properties Methods


In This Topic
    AngularUnit Class Members
    In This Topic

    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 decimal degree (factory Code = 909003).  
    Public Propertystatic (Shared in Visual Basic) Gets an angular unit object representing degree decimal minute (factory Code = 909005).  
    Public Propertystatic (Shared in Visual Basic) Gets an angular unit object representing degree minute second (factory Code = 909004).  
    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 Gons (factory Code = 9106).  
    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 MicroRadians (factory Code = 9109).  
    Public Propertystatic (Shared in Visual Basic) Gets an angular unit object representing Mil6400 (factory Code = 9114).  
    Public Propertystatic (Shared in Visual Basic) Gets an angular unit object representing milli arc seconds (factory Code = 1031).  
    Public Propertystatic (Shared in Visual Basic) Gets an angular unit object representing MinuteCentesimals (factory Code = 9112).  
    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 SecondCentesimals (factory Code = 9113).  
    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