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


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

ILasDatasetEdit.UsesRelativePath Property

Indicates if the dataset is saved with relative path.

[Visual Basic .NET]
Public WriteOnly Property UsesRelativePath
[C#]
public void UsesRelativePath {set;}
[C++]
HRESULT put_UsesRelativePath(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

Description

If set to true, all the las files and surface constraints referenced by the las dataset will be stored using relative paths.

See Also

ILasDatasetEdit Interface