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


IGeoDatasetSchemaEdit2.AlterGeodataXform Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGeoDatasetSchemaEdit2.AlterGeodataXform Method

Alters the geodata transformation of the dataset (does not transform the data).

[Visual Basic .NET]
Public Sub AlterGeodataXform ( _
    ByVal xform As IGeodataXform _
)
[C#]
public void AlterGeodataXform (
    IGeodataXform xform
);
[C++]
HRESULT AlterGeodataXform(
  IGeodataXform* xform
);
[C++]

Parameters xform [in]
xform is a parameter of type IGeodataXform

Product Availability

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

See Also

IGeoDatasetSchemaEdit2 Interface

.NET Related Topics

How to persist a geodata transformation on a raster dataset