This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeometricFunctionArguments Interface > IGeometricFunctionArguments.AppendGeodataXform Property (ArcObjects .NET 10.4 SDK) |
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