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


ILasOptimize.CopyFilesAlreadyInTargetFormat Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasOptimize.CopyFilesAlreadyInTargetFormat Property

Indicates whether or not to copy to the output folder those files that are already in the target format.

[Visual Basic .NET]
Public WriteOnly Property CopyFilesAlreadyInTargetFormat
[C#]
public void CopyFilesAlreadyInTargetFormat {set;}
[C++]
HRESULT put_CopyFilesAlreadyInTargetFormat(
  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