Property SpatialReference
SpatialReference
Gets the spatial reference of the raster.
Declaration
public SpatialReference? SpatialReference { get; }
Property Value
| Type | Description |
|---|---|
| SpatialReference | The spatial reference of the raster. |
Remarks
Properties such as Extent, CellSizeX, and CellSizeY are defined in the context of this spatial reference.
If the raster is not georeferenced, this property is null.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |