This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pbUsesRelativePath
);
[C++]
HRESULT put_UsesRelativePath(
VARIANT_BOOL pbUsesRelativePath
);
[C++] Parameters pbUsesRelativePath [out, retval]
pbUsesRelativePath is a parameter of type bool* pbUsesRelativePath [in]
pbUsesRelativePath is a parameter of type bool