This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IP > IPathDistanceVerticalFactor Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control the vertical factors used when performing path distance.
Description | ||
---|---|---|
Description | The string description of the vertical function. | |
SetBinary | Sets a binary vertical function object. | |
SetCos | Sets a Cos vertical function object. | |
SetCosSec | Sets a negative-Cos and positive-Sec vertical function object. | |
SetDefault | Sets a default vertical function object. | |
SetInverseLinear | Sets a inverse linear vertical function object. | |
SetLinear | Sets a linear vertical function object. | |
SetSec | Sets a Sec vertical function object. | |
SetSecCos | Sets a negative-Cos and positive-Sec vertical function object. | |
SetSymInverseLinear | Sets a symmetrical-inverse-linear vertical function object. | |
SetSymLinear | Sets a symmetrical-linear vertical function object. | |
SetTable | Sets a table vertical function object. | |
Type | The type of the vertical function. |
CoClasses and Classes | Description |
---|---|
PathDistanceVerticalFactor | Path distance vertical function object. |