Returns the square mile area unit (1 sqmi = 2,589,988.110336 sqm).
Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly Property SquareMile As UomAreaUnit |
C# |
---|
public static UomAreaUnit SquareMile { get; } |
C++ |
---|
public static property UomAreaUnit SquareMile { UomAreaUnit get(); } |
J# |
---|
/** property */ public UomAreaUnit get_SquareMile(); |
JScript |
---|
public function get SquareMile() : UomAreaUnit |