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


ILasOptimize.OverwriteOutput Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasOptimize Interface > ILasOptimize.OverwriteOutput Property
ArcGIS Developer Help

ILasOptimize.OverwriteOutput Property

Indicates whether or not to overwrite existing output file(s).

[Visual Basic .NET]
Public WriteOnly Property OverwriteOutput
[C#]
public void OverwriteOutput {set;}
[C++]
HRESULT put_OverwriteOutput(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

ILasOptimize Interface