This document is archived and information here might be outdated. Recommended version. |
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**