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


IGeodataXform.SpatialReference Property (ArcObjects .NET 10.5 SDK)
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** 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

.NET Related Topics

DataSourcesRaster | How to create an AdjustXform for georeferencing images