'Declaration Public Enum SurfaceGridDistanceMeasure Inherits System.Enum
public enum SurfaceGridDistanceMeasure : System.Enum
Member | Description |
---|---|
CityBlock | Represents fastest measure of distance calculated using sum of delta between X,Y coordinates. Same as measuring distance while walking around city blocks |
Pythagorean | Represents slowest but most accurate measure of distance using Pythagorean term. Same as measuring distance while flying over city blocks |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2