ArcObjects Library Reference (Carto)  

IGlobeDocument.UsesRelativePaths Property

Indicates if the data in the globe document is referenced using relative paths.

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

Parameters

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

Product Availability

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

See Also

IGlobeDocument Interface