This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > ArcGlobe > ESRI.ArcGIS.ArcGlobe > Interfaces > IG > IGlobeDeployment Interface > IGlobeDeployment.GetTablePath Method (ArcObjects .NET 10.5 SDK) |
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 );