ArcObjects Library Reference (GeoDatabaseExtensions)  

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