This document is archived and information here might be outdated. Recommended version. |
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