This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeoTransformationHelper Interface > IGeoTransformationHelper.DefaultTargetCoordinateSystems Property (ArcObjects .NET 10.5 SDK) |
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