This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayer2 Interface > ILayer2.SpatialReference Property (ArcObjects .NET 10.4 SDK) |
Spatial reference for the layer.
[Visual Basic .NET]
Public WriteOnly Property SpatialReference
[C#] public void SpatialReference {set;}
[C++]
HRESULT putref_SpatialReference(
ISpatialReference*
);
[C++]
Parameters [in]
is a parameter of type ISpatialReference
This property is only used for map display, setting this property does not change the spatial reference of the layer's underlying data. The ArcGIS framework uses this property to pass the spatial reference from the map to the layer in order to support on-the-fly projection.