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


IDELasDataset.UsesRelativePath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDELasDataset Interface > IDELasDataset.UsesRelativePath Property
ArcGIS Developer Help

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(
  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

Product Availability

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

See Also

IDELasDataset Interface