ArcObjects Library Reference (DataSourcesRaster)  

IGeoTransformationHelper.DefaultTargetCoordinateSystems Property

The collection of ISpatialReference objects used as default target coordinate systems by the 'Install' method if the 'pTargetSR' argument is not specified.

[Visual Basic .NET]
Public Property DefaultTargetCoordinateSystems As IArray
[C#]
public IArray DefaultTargetCoordinateSystems {get; set;}
[C++]
HRESULT get_DefaultTargetCoordinateSystems(
  IArray** ppDefaultTargetCoordinateSystems
);
[C++]
HRESULT putref_DefaultTargetCoordinateSystems(
  IArray* ppDefaultTargetCoordinateSystems
);
[C++]

Parameters

ppDefaultTargetCoordinateSystems [out, retval]

  ppDefaultTargetCoordinateSystems is a parameter of type IArray

ppDefaultTargetCoordinateSystems [in]

  ppDefaultTargetCoordinateSystems is a parameter of type IArray

Product Availability

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

See Also

IGeoTransformationHelper Interface