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


IGeometricFunctionArguments.AppendGeodataXform Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeometricFunctionArguments Interface > IGeometricFunctionArguments.AppendGeodataXform Property
ArcGIS Developer Help

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(
  Boolean* pAppendXform
);
[C++]
HRESULT put_AppendGeodataXform(
  VARIANT_BOOL pAppendXform
);
[C++]
Parameters
pAppendXform [out, retval]

pAppendXform is a parameter of type bool* pAppendXform [in]
pAppendXform is a parameter of type bool

Product Availability

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

See Also

IGeometricFunctionArguments Interface