ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDataset.UsesRelativePath Property

Indicates if the dataset is saved with relative path.

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

Parameters

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

Product Availability

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

See Also

ILasDataset Interface