This document is archived and information here might be outdated. Recommended version. |
Overwrite option when using the GenerateTiles method.
[Visual Basic .NET]
Public Property GenerateTilesOverwrites As Boolean
[C#]
public bool GenerateTilesOverwrites {get; set;}
[C++]
HRESULT get_GenerateTilesOverwrites(
VARIANT_BOOL pbOverwrites
);
[C++]
HRESULT put_GenerateTilesOverwrites(
Boolean* pbOverwrites
);
[C++] Parameters pbOverwrites [in]
pbOverwrites is a parameter of type bool pbOverwrites [out, retval]
pbOverwrites is a parameter of type bool*