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