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


IGeodataXform2.Simplify Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeodataXform2 Interface > IGeodataXform2.Simplify Method
ArcGIS Developer Help

IGeodataXform2.Simplify Method

Simplifies into a simple geodataxform.

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

Product Availability

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

See Also

IGeodataXform2 Interface