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


IGPSAHorizontalFactor.SetForward Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSAHorizontalFactor.SetForward Method

Sets a forward horizontal function object.

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

Parameters zeroFactor [in]
zeroFactor is a parameter of type VARIANT* sideValue [in]
sideValue 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