ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDataset.Init Method

Opens the specified dataset.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal Name As String _
)
[C#]
public void Init (
    string Name
);
[C++]
HRESULT Init(
  BSTR Name
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR

Product Availability

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

Description

Initializes the object by pointing to a las dataset on disk at the specified location.

See Also

ILasDataset Interface