ArcObjects Library Reference (GeoDatabase)  

IGeodataXform.SpatialReference Property

The output spatial reference after applying this transform.

[Visual Basic .NET]
Public Property SpatialReference As ISpatialReference
[C#]
public ISpatialReference SpatialReference {get; set;}
[C++]
HRESULT get_SpatialReference(
  ISpatialReference** ppSpatialRefence
);
[C++]
HRESULT putref_SpatialReference(
  ISpatialReference* ppSpatialRefence
);
[C++]

Parameters

ppSpatialRefence [out, retval]

  ppSpatialRefence is a parameter of type ISpatialReference

ppSpatialRefence [in]

  ppSpatialRefence is a parameter of type ISpatialReference

Product Availability

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

See Also

IGeodataXform Interface