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


IGeodataXform2.Simplify Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IGeodataXform2.Simplify Method

Simplifies into a simple geodataxform.

[Visual Basic .NET]
Public Function Simplify ( _
) As IGeodataXform
[C#]
public IGeodataXform Simplify (
);
[C++]
HRESULT Simplify(
  IGeodataXform** ppNewXf
);
[C++]

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

Product Availability

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

See Also

IGeodataXform2 Interface