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


ITerrainLasDataInfo.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainLasDataInfo Interface > ITerrainLasDataInfo.Init Method
ArcGIS Developer Help

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