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


ILasDataset.UsesRelativePath Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  VARIANT_BOOL* pbUsesRelativePath
);
[C++]

Parameters pbUsesRelativePath [out, retval] pbUsesRelativePath is a parameter of type VARIANT_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