ArcObjects Library Reference (ArcGlobe)  

IGlobeDeployment.GetTablePath Method

Get each of the absolute and local cache paths accumulated.

[Visual Basic .NET]
Public Sub GetTablePath ( _
    ByVal index As Integer, _
    ByRef pAbsPath As String, _
    ByRef pLocPath As String _
)
[C#]
public void GetTablePath (
    int index,
    ref string pAbsPath,
    ref string pLocPath
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGlobeDeployment Interface