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


IPathDistanceHorizontalFactor.SetInverseLinear Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IPathDistanceHorizontalFactor.SetInverseLinear Method

Sets a inverse linear horizontal function object.

[Visual Basic .NET]
Public Sub SetInverseLinear ( _
    ByRef zeroFactor As Object, _
    ByRef cutAngle As Object, _
    ByRef slope As Object _
)
[C#]
public void SetInverseLinear (
    ref object zeroFactor,
    ref object cutAngle,
    ref object slope
);
[C++]
HRESULT SetInverseLinear(
  Variant* zeroFactor,
  Variant* cutAngle,
  Variant* slope
);
[C++]

Parameters zeroFactor [in]
zeroFactor is a parameter of type VARIANT* cutAngle [in]
cutAngle is a parameter of type VARIANT* slope [in]
slope is a parameter of type VARIANT*

Product Availability

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

See Also

IPathDistanceHorizontalFactor Interface