Skip to content

ILasDatasetWorkspace Interface

Provides access to members of LasDataset workspace.

Members

Name Description
Read-only property IsLasDataset Indicates if the given BSTR name is a LasDataset.
Method OpenLasDataset Opens an existing LasDataset.

ILasDatasetWorkspace.IsLasDataset Property

Indicates if the given BSTR name is a LasDataset.

Public Function get_IsLasDataset ( _
    ByVal Name As String _
) As Boolean
public bool get_IsLasDataset (
    string Name
);

ILasDatasetWorkspace.OpenLasDataset Method

Opens an existing LasDataset.

Public Function OpenLasDataset ( _
    ByVal Name As String _
) As ILasDataset
public ILasDataset OpenLasDataset (
    string Name
);

Classes that implement ILasDatasetWorkspace

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.