![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
| ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeodataXform Interface > IGeodataXform.SpatialReference Property (ArcObjects .NET 10.4 SDK) | 
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