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


IGlobeDeployment.LocalPath Property (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.LocalPath Property
ArcGIS Developer Help

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