ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Core.Geometry Namespace / LinearUnit Class
Properties Methods Version


    LinearUnit Class Members

    The following tables list the members exposed by LinearUnit.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets a linear unit representing centimeters (Factory code = 109006).  
    Public Property Gets the conversion factor of the unit. (Inherited from ArcGIS.Core.Geometry.Unit)
    Public Propertystatic (Shared in Visual Basic)Gets a linear unit representing decimeters (Factory code = 109005).  
    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 a linear unit representing feet (Factory code = 9002).  
    Public Propertystatic (Shared in Visual Basic)Gets a linear unit representing inches (Factory code = 109008).  
    Public Propertystatic (Shared in Visual Basic)Gets a linear unit representing kilometers (Factory code = 9036).  
    Public Propertystatic (Shared in Visual Basic)Gets a linear unit representing meters (Factory code = 9001).  
    Public Property Gets the meters per unit.  
    Public Propertystatic (Shared in Visual Basic)Gets a linear unit representing miles (Factory code = 9093).  
    Public Propertystatic (Shared in Visual Basic)Gets a linear unit representing millimeters (Factory code = 109007).  
    Public PropertyGets the name of the unit. (Inherited from ArcGIS.Core.Geometry.Unit)
    Public Propertystatic (Shared in Visual Basic)Gets a linear unit representing international nautical miles (Factory code = 9030).  
    Public Propertystatic (Shared in Visual Basic)Gets a linear unit representing Desktop publishing points (Factory code = 109016). A point = 1/72 of an international inch.  
    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)
    Public Propertystatic (Shared in Visual Basic)Gets a linear unit representing yards (Factory code = 9096).  
    Top
    Public Methods
     NameDescription
    Public MethodConverts a value in meters to the unit of this instance.  
    Public MethodConverts a value in the unit of this instance to the provided linear unit.  
    Public MethodConverts a value in the unit of this instance to meters.  
    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