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


ITerrainLasDataInfo.Init Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainLasDataInfo.Init Method

Used to set the name of the LAS file for which information is to be retrieved.

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

Parameters lasFileName [in] lasFileName is a parameter of type BSTR

Product Availability

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

See Also

ITerrainLasDataInfo Interface