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


IGlobeDeployment.PutTablePath 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.PutTablePath Method
ArcGIS Developer Help

IGlobeDeployment.PutTablePath Method

Set an entry in the path table.

[Visual Basic .NET]
Public Sub PutTablePath ( _
    ByVal absPath As String, _
    ByVal locPath As String _
)
[C#]
public void PutTablePath (
    string absPath,
    string locPath
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGlobeDeployment Interface