ArcGIS Developer Help  (GeoDatabase)    

IGeoDataset.SpatialReference Property

The spatial reference of the GeoDataset.

[Visual Basic 6.0]
Property SpatialReference As ISpatialReference
[Visual Basic .NET]
Public ReadOnly Property SpatialReference As ISpatialReference
[C#]
public ISpatialReference SpatialReference {get;}
[Java]
public ISpatialReference getSpatialReference()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_SpatialReference(
  ISpatialReference** spref
);
[C++]

Parameters

spref [out, retval]

  spref is a parameter of type ISpatialReference

Product Availability

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

See Also

IGeoDataset Interface

 


Feedback Send feedback on this page