This document is archived and information here might be outdated. Recommended version. |
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*