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