dotnetCHARTING Send comments on this topic.
Length Enumeration
See Also  
dotnetCHARTING Namespace : Length Enumeration


Syntax

Visual Basic (Declaration)  
Public Enum Length 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As Length
C#  
public enum Length : Enum 

Members

Member Description
Metre  
Yottametre  
Zettametre  
Exametre  
Petametre  
Terametre  
Gigametre  
Megametre  
Kilometre  
Hectometre  
Dekametre  
Decimetre  
Centimetre  
Millimetre  
Micrometre  
Nanometre  
Picometre  
Femtometre  
Attometre  
Zeptometre  
Yoctometre  
MileUS  
MileUSSurveyFoot  
MileRoman  
Yard  
Foot  
Inch  
AstronomicalUnit  
LightYear  
Parsec  
Kiloparsec  
Megaparsec  
Furlong  
VaraCastellana  
VaraConuquera  
VaraDeTarea  
Perch  
Pole  
Rod  
NauticalMile  
League  
Fathom  
Chain  
Link  
Mil  
Caliber  
Famn  
Aln  
Angstroms  
Fermi  
ClothSpan  
ClothNail  
RomanActus  
RussianArchin  
Arpentlin  
Barleycorn  
Ken  
CubitBiblical  
CubitGreek  

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.Length

See Also