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


IGlobeDeployment.GetTablePath Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcGlobe > ESRI.ArcGIS.ArcGlobe > Interfaces > IG > IGlobeDeployment Interface > IGlobeDeployment.GetTablePath Method
ArcGIS Developer Help

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