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.LocalPath Property (ArcObjects .NET 10.5 SDK) |
The local path corresponding to the given absolute path.
[Visual Basic .NET] Public Sub LocalPath ( _ ByVal absPath As String, _ ByRef locPath As String _ )
[C#] public void LocalPath ( string absPath, ref string locPath );