====== ThinkGeo.MapSuite.SilverlightCore.AreaUnit ====== {{section>upgrade_map_suite_to_10.0}} Units describing various ways you can measure areas. == Remarks == Area units are most commonly used when calling APIs that measure areas. Regardless of the unit of measure your shapes are in, many of our APIs allow you to specify what unit of measure you want the result of the method call to be in. For example, you may have a PolygonShape whose points are in decimal degrees; however, you want to know the area in square miles. This is easy to accomplish. Simply call the GetArea method on the PolygonShape, passing in the first parameter of decimal degrees (which defines what unit the shape is in), and then square miles as the area unit you would like the result to be in. == Items == **SquareMeters** * **Summary**:Square Meters **Acres** * **Summary**:Acres **Hectares** * **Summary**:Hectares **SquareFeet** * **Summary**:Square Feet **SquareKilometers** * **Summary**:Square Kilometers **SquareMiles** * **Summary**:Square Miles **SquareUsSurveyFeet** * **Summary**:Square US Survey Feet **SquareYards** * **Summary**:Square Yards