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


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

ILasWriter Interface

Provides access to members of LasWriter.

Product Availability

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

Members

Name Description
Method AddPoints Add point records.
Method AddPointsCStyle Add point records using C-Style array.
Method AddVlr Add a variable length record or extended variable length record.
Method AddVlrCStyle Add a variable length record or extended variable length record using C-Style array.
Method Finalize Finish adding data to the LAS file and save the result.
Method Init Initialize the writer object.
Method SetEmpty Empty the object.
Method SetFileSourceID The file source ID of the LAS file.
Method SetGeneratingSoftware The generating software of the LAS file.
Method SetGUID The GUID of the LAS file.
Method SetSystemID The system ID of the LAS file.
Method SetTempFilePath The path for temp files.

Classes that implement ILasWriter

Classes Description
LasWriter Esri LasWriter.