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


IPathDistanceVerticalFactor.SetBinary Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IPathDistanceVerticalFactor.SetBinary Method

Sets a binary vertical function object.

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IPathDistanceVerticalFactor Interface