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


ILasOrganize.OverwriteOutput Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasOrganize.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 VARIANT_BOOL

Product Availability

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

See Also

ILasOrganize Interface