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


IDELasDataset.UsesRelativePath Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDELasDataset.UsesRelativePath Property

Indicates whether the LAS dataset uses a relative path to its files.

[Visual Basic .NET]
Public Property UsesRelativePath As Boolean
[C#]
public bool UsesRelativePath {get; set;}
[C++]
HRESULT get_UsesRelativePath(
  VARIANT_BOOL* pbUsesRelativePath
);
[C++]
HRESULT put_UsesRelativePath(
  VARIANT_BOOL pbUsesRelativePath
);
[C++]

Parameters pbUsesRelativePath [out, retval] pbUsesRelativePath is a parameter of type VARIANT_BOOL pbUsesRelativePath [in] pbUsesRelativePath is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDELasDataset Interface