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


IPathDistanceVerticalFactor Interface (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
ArcGIS Developer Help

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

Name 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.

Classes that implement IPathDistanceVerticalFactor

Classes Description
PathDistanceVerticalFactor Path distance vertical function object.