ArcObjects Library Reference (GeoDatabase)  

IGeoDataset2.NativeSpatialReference Property

The native spatial reference of the GeoDataset (before transformation applied).

[Visual Basic .NET]
Public ReadOnly Property NativeSpatialReference As ISpatialReference
[C#]
public ISpatialReference NativeSpatialReference {get;}
[C++]
HRESULT get_NativeSpatialReference(
  ISpatialReference** ppSpatialReference
);
[C++]

Parameters

ppSpatialReference [out, retval]

  ppSpatialReference is a parameter of type ISpatialReference

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoDataset2 Interface

.NET Related Topics

DataSourcesRaster