ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDataset.Name Property

The name of the dataset.

[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[C++]
HRESULT get_Name(
  BSTR* pName
);
[C++]

Parameters

pName [out, retval]   pName is a parameter of type BSTR

Product Availability

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

Description

The name of the las dataset is the full path pointing to the location of the dataset on the file system.

See Also

ILasDataset Interface