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


IGeoTransformationHelper.DefaultTargetCoordinateSystems Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeoTransformationHelper Interface > IGeoTransformationHelper.DefaultTargetCoordinateSystems Property
ArcGIS Developer Help

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 [in]

ppDefaultTargetCoordinateSystems is a parameter of type IArray* ppDefaultTargetCoordinateSystems [out, retval]
ppDefaultTargetCoordinateSystems is a parameter of type IArray**

Product Availability

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

See Also

IGeoTransformationHelper Interface