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


IGeometricFunctionArguments.AppendGeodataXform Property (ArcObjects .NET 10.4 SDK)
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