ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / LinearUnit Class


In This Topic
    LinearUnit Class Properties
    In This Topic

    For a list of all members of this type, see LinearUnit members.

    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
    See Also