ArcObjects Library Reference (Geoprocessing)  

IGPXYDomain.GetSpatialReference Method

Get the spatial reference of the xy domain.

[Visual Basic .NET]
Public Function GetSpatialReference ( _
) As ISpatialReference
[C#]
public ISpatialReference GetSpatialReference (
);
[C++]
HRESULT GetSpatialReference(
  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

IGPXYDomain Interface