ArcObjects Library Reference (SpatialAnalyst)  

IPathDistanceVerticalFactor Interface

Provides access to members that control the vertical factors used when performing path distance.

Product Availability

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

Members

Description
Read-only property Description The string description of the vertical function.
Method SetBinary Sets a binary vertical function object.
Method SetCos Sets a Cos vertical function object.
Method SetCosSec Sets a negative-Cos and positive-Sec vertical function object.
Method SetDefault Sets a default vertical function object.
Method SetInverseLinear Sets a inverse linear vertical function object.
Method SetLinear Sets a linear vertical function object.
Method SetSec Sets a Sec vertical function object.
Method SetSecCos Sets a negative-Cos and positive-Sec vertical function object.
Method SetSymInverseLinear Sets a symmetrical-inverse-linear vertical function object.
Method SetSymLinear Sets a symmetrical-linear vertical function object.
Method SetTable Sets a table vertical function object.
Read-only property Type The type of the vertical function.

CoClasses that implement IPathDistanceVerticalFactor

CoClasses and Classes Description
PathDistanceVerticalFactor Path distance vertical function object.