Show / Hide Table of Contents

Property SpatialReference

SpatialReference

Gets or sets the spatial reference to be used by feature geometries in the table.

Declaration
public SpatialReference SpatialReference { get; set; }
Property Value
Type Description
SpatialReference

The spatial reference to be used by feature geometries in the table.

Remarks

The default spatial reference is null and represents a non-spatial table. When setting to a non-null spatial reference, the geometry type also needs to be specified via the GeometryType property.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 100.15
.NET 6.0100.14 - 100.15
.NET 6.0 Windows100.14 - 100.15
.NET Framework100.14 - 100.15
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 100.15
In This Article
Back to top Copyright © 2022 Esri.