ArcObjects Library Reference (SpatialAnalyst)  

IGPSAHorizontalFactor.SetLinear Method

Sets a linear horizontal function object.

[Visual Basic .NET]
Public Sub SetLinear ( _
    ByRef zeroFactor As Object, _
    ByRef cutAngle As Object, _
    ByRef slope As Object _
)
[C#]
public void SetLinear (
    ref object zeroFactor,
    ref object cutAngle,
    ref object slope
);
[C++]
HRESULT SetLinear(
  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

IGPSAHorizontalFactor Interface