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


ISynchronizeParameters2.GeodataXformApplyMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters2 Interface > ISynchronizeParameters2.GeodataXformApplyMethod Property
ArcGIS Developer Help

ISynchronizeParameters2.GeodataXformApplyMethod Property

The method used for applying the GeodataXform.

[Visual Basic .NET]
Public Property GeodataXformApplyMethod As esriGeodataXformApplyMethod
[C#]
public esriGeodataXformApplyMethod GeodataXformApplyMethod {get; set;}
[C++]
HRESULT get_GeodataXformApplyMethod(
  esriGeodataXformApplyMethod* pMethod
);
[C++]
HRESULT put_GeodataXformApplyMethod(
  esriGeodataXformApplyMethod pMethod
);
[C++]
Parameters
pMethod [out, retval]

pMethod is a parameter of type esriGeodataXformApplyMethod* pMethod [in]
pMethod is a parameter of type esriGeodataXformApplyMethod

Product Availability

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

See Also

ISynchronizeParameters2 Interface