ArcObjects Library Reference (SpatialAnalyst)  

IPathDistanceVerticalFactor.SetLinear Method

Sets a linear vertical function object.

[Visual Basic .NET]
Public Sub SetLinear ( _
    ByRef zeroFactor As Object, _
    ByRef lowCutAngle As Object, _
    ByRef highCutAngle As Object, _
    ByRef slope As Object _
)
[C#]
public void SetLinear (
    ref object zeroFactor,
    ref object lowCutAngle,
    ref object highCutAngle,
    ref object slope
);
[C++]
HRESULT SetLinear(
  VARIANT* zeroFactor,
  VARIANT* lowCutAngle,
  VARIANT* highCutAngle,
  VARIANT* slope
);
[C++]

Parameters

zeroFactor [in]   zeroFactor is a parameter of type VARIANT lowCutAngle [in]   lowCutAngle is a parameter of type VARIANT highCutAngle [in]   highCutAngle 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

IPathDistanceVerticalFactor Interface