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


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

IRasterMapModel.Projection Property

The Projection of the map model.

[Visual Basic .NET]
Public Property Projection As IGeodeticProjection
[C#]
public IGeodeticProjection Projection {get; set;}
[C++]
HRESULT get_Projection(
  IGeodeticProjection** pVal
);
[C++]
HRESULT put_Projection(
  IGeodeticProjection* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type IGeodeticProjection** pVal [in]
pVal is a parameter of type IGeodeticProjection*

Product Availability

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

See Also

IRasterMapModel Interface