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


IRasterMapModel.XForm 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.XForm Property
ArcGIS Developer Help

IRasterMapModel.XForm Property

The Transformation of the map model.

[Visual Basic .NET]
Public Property XForm As IXForm
[C#]
public IXForm XForm {get; set;}
[C++]
HRESULT get_XForm(
  IXForm** pVal
);
[C++]
HRESULT put_XForm(
  IXForm* pVal
);
[C++]
Parameters
pVal [out, retval]

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

Product Availability

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

See Also

IRasterMapModel Interface