ArcObjects Library Reference (DataSourcesRaster)  

IGeoTransformationHelper.DefaultTargetSpatialReference Property

The default target spatial reference used in the 'Install' method if the 'pTargetSR' argument is not specified.

[Visual Basic .NET]
Public Property DefaultTargetSpatialReference As ISpatialReference
[C#]
public ISpatialReference DefaultTargetSpatialReference {get; set;}
[C++]
HRESULT get_DefaultTargetSpatialReference(
  ISpatialReference** ppDefaultTargetSR
);
[C++]
HRESULT putref_DefaultTargetSpatialReference(
  ISpatialReference* ppDefaultTargetSR
);
[C++]

Parameters

ppDefaultTargetSR [out, retval]

  ppDefaultTargetSR is a parameter of type ISpatialReference

ppDefaultTargetSR [in]

  ppDefaultTargetSR is a parameter of type ISpatialReference

Product Availability

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

See Also

IGeoTransformationHelper Interface