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


IGeoDataset2.GeodataXform Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeoDataset2 Interface > IGeoDataset2.GeodataXform Property
ArcGIS Developer Help

IGeoDataset2.GeodataXform Property

The geodata transformation of the GeoDataset.

[Visual Basic .NET]
Public ReadOnly Property GeodataXform As IGeodataXform
[C#]
public IGeodataXform GeodataXform {get;}
[C++]
HRESULT get_GeodataXform(
  IGeodataXform** xform
);
[C++]
Parameters
xform [out, retval]

xform is a parameter of type IGeodataXform**

Product Availability

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

See Also

IGeoDataset2 Interface