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


ILasDataset.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDataset Interface > ILasDataset.Name Property
ArcGIS Developer Help

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(
  System.String* 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