ArcObjects Library Reference (DataSourcesRaster)  

IGeometricFunctionArguments.AppendGeodataXform Property

Indicates whether the the geodata transformation is appended to the existing one from the input raster.

[Visual Basic .NET]
Public Property AppendGeodataXform As Boolean
[C#]
public bool AppendGeodataXform {get; set;}
[C++]
HRESULT get_AppendGeodataXform(
  VARIANT_BOOL* pAppendXform
);
[C++]
HRESULT put_AppendGeodataXform(
  VARIANT_BOOL pAppendXform
);
[C++]

Parameters

pAppendXform [out, retval]   pAppendXform is a parameter of type VARIANT_BOOL pAppendXform [in]   pAppendXform is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeometricFunctionArguments Interface