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


IGeoDatasetSchemaEdit2.AlterGeodataXform Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeoDatasetSchemaEdit2 Interface > IGeoDatasetSchemaEdit2.AlterGeodataXform Method
ArcGIS Developer Help

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