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


IPathDistanceVerticalFactor.SetTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IP > IPathDistanceVerticalFactor Interface > IPathDistanceVerticalFactor.SetTable Method
ArcGIS Developer Help

IPathDistanceVerticalFactor.SetTable Method

Sets a table vertical function object.

[Visual Basic .NET]
Public Sub SetTable ( _
    ByVal tableName As String _
)
[C#]
public void SetTable (
    string tableName
);
[C++]
HRESULT SetTable(
  BSTR tableName
);
[C++]
Parameters
tableName [in]

tableName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IPathDistanceVerticalFactor Interface