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


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

IPathDistanceHorizontalFactor Interface

Provides access to members that control the horizontal facors 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 horizontal function.
Method SetBinary Sets a binary horizontal function object.
Method SetDefault Sets a default horizontal function object.
Method SetForward Sets a forward horizontal function object.
Method SetInverseLinear Sets a inverse linear horizontal function object.
Method SetLinear Sets a linear horizontal function object.
Method SetTable Sets a table horizontal function object.
Read-only property Type The type of the horizontal function.

Classes that implement IPathDistanceHorizontalFactor

Classes Description
PathDistanceHorizontalFactor Path distance horizontal function object.