This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters Interface > ISynchronizeParameters.DefaultSpatialReference Property (ArcObjects .NET 10.5 SDK) |
The default spatial reference used by all raster types for those dataset which do not have an associated native spatial reference.
[Visual Basic .NET] Public Property DefaultSpatialReference As ISpatialReference
[C#] public ISpatialReference DefaultSpatialReference {get; set;}
[C++]
HRESULT get_DefaultSpatialReference(
ISpatialReference** ppDefaultSrs
);
[C++]
HRESULT putref_DefaultSpatialReference(
ISpatialReference* ppDefaultSrs
);
[C++]
Parameters ppDefaultSrs [out, retval]
ppDefaultSrs is a parameter of type ISpatialReference ppDefaultSrs [in]
ppDefaultSrs is a parameter of type ISpatialReference