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


IApproximationXform.GeodataXform Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IApproximationXform.GeodataXform Property

The geodataxform to be approximated.

[Visual Basic .NET]
Public Property GeodataXform As IGeodataXform
[C#]
public IGeodataXform GeodataXform {get; set;}
[C++]
HRESULT get_GeodataXform(
  IGeodataXform** ppXform
);
[C++]
HRESULT putref_GeodataXform(
  IGeodataXform* ppXform
);
[C++]

Parameters ppXform [out, retval]
ppXform is a parameter of type IGeodataXform ppXform [in]
ppXform is a parameter of type IGeodataXform

Product Availability

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

See Also

IApproximationXform Interface

.NET Related Topics

DataSourcesRaster | How to create an ApproximationXform