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


IRasterBuilderInit.DefaultSpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBuilderInit Interface > IRasterBuilderInit.DefaultSpatialReference Property
ArcGIS Developer Help

IRasterBuilderInit.DefaultSpatialReference Property

The default spatial reference associated with the collection of items built by this raster type. A raster type applies the default spatial reference to every incoming dataset that doesn't have an associated 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 [in]

ppDefaultSrs is a parameter of type ISpatialReference* ppDefaultSrs [out, retval]
ppDefaultSrs is a parameter of type ISpatialReference**

Product Availability

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

See Also

IRasterBuilderInit Interface