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


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

ILasDataset2 Interface

Provides access to members of LasDataset.

Product Availability

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

Members

Name Description
Method CreateDynamicSurface Returns an implicit surface.
Method Export Writes a new, optionally modified, version of the specified LAS file.
Read-only property Extent The xyz extent of the dataset.
Read-only property File Returns the LAS file specified by the index.
Read-only property FileCount The number of LAS files contained in the dataset.
Method GetStatistics Get statistics.
Method GetSurfaceConstraint Gets surface constraint specified by the index.
Method GetSurfaceConstraintID Gets surface constraint specified by the index.
Method GetSurfaceConstraintIndexFromID Gets surface constraint's index identified by the ID.
Method GetSurfaceConstraintName Gets surface constraint specified by the index.
Read-only property HasStatistics Indicates if statistics is available.
Method Init Opens the specified dataset.
Read-only property IsDirty Indicates if the dataset has been changed since last save.
Read-only property Name The name of the dataset.
Read-only property NeedsUpdateStatistics Indicates if update is necessary.
Read-only property PointCount The number of points in the dataset.
Method Rearrange Spatially rearrange points.
Method SaveAs Saves the dataset to disk using the specified name.
Method SetEmpty Empty the object.
Read-only property SizeInBytes The size of all the LAS/zLAS files in bytes.
Read-only property SpatialReference The spatial reference of the dataset.
Read-only property SurfaceConstraintCount The number of surface constraints contained in the dataset.
Read-only property UsesRelativePath Indicates if the dataset is saved with relative path.

Inherited Interfaces

Interfaces Description
ILasDataset Provides access to members of LasDataset.

Classes that implement ILasDataset2

Classes Description
LasDataset Esri LasDataset component.