ArcObjects Library Reference (ArcGlobe)  

IGlobeDeployment.LocalPath Property

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
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGlobeDeployment Interface