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


IPathDistanceHorizontalFactor.SetForward Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IPathDistanceHorizontalFactor.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

IPathDistanceHorizontalFactor Interface