public bool IsProjected {get;}
Public ReadOnly Property IsProjected As Boolean
SpatialReference wgs84 = SpatialReferences.WGS84; bool isProjected = wgs84.IsProjected; // false bool isGeographic = wgs84.IsGeographic; // true
Target Platforms: Windows 10, Windows 8.1
SpatialReference Class SpatialReference Members