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


IGPSAHorizontalFactor.SetBinary Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAHorizontalFactor Interface > IGPSAHorizontalFactor.SetBinary Method
ArcGIS Developer Help

IGPSAHorizontalFactor.SetBinary Method

Sets a binary horizontal function object.

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

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