This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainLasDataInfo Interface > ITerrainLasDataInfo.Init Method (ArcObjects .NET 10.5 SDK) |
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