This document is archived and information here might be outdated.  Recommended version.


IGeodataXform.SpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeodataXform Interface > IGeodataXform.SpatialReference Property
ArcGIS Developer Help

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** spatialRefence
);
[C++]
HRESULT putref_SpatialReference(
  ISpatialReference* spatialRefence
);
[C++]
Parameters
spatialRefence [out, retval]

spatialRefence is a parameter of type ISpatialReference** spatialRefence [in]
spatialRefence is a parameter of type ISpatialReference*

Product Availability

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

See Also

IGeodataXform Interface