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


ILasDataset.UsesRelativePath 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.UsesRelativePath Property
ArcGIS Developer Help

ILasDataset.UsesRelativePath Property

Indicates if the dataset is saved with relative path.

[Visual Basic .NET]
Public ReadOnly Property UsesRelativePath As Boolean
[C#]
public bool UsesRelativePath {get;}
[C++]
HRESULT get_UsesRelativePath(
  Boolean* pbUsesRelativePath
);
[C++]
Parameters
pbUsesRelativePath [out, retval]

pbUsesRelativePath is a parameter of type bool*

Product Availability

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

Description

Indicates whether the las files in the las dataset are stored using relative paths.

See Also

ILasDataset Interface