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


IPathDistanceVerticalFactor.SetCos Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IPathDistanceVerticalFactor.SetCos Method

Sets a Cos vertical function object.

[Visual Basic .NET]
Public Sub SetCos ( _
    ByRef lowCutAngle As Object, _
    ByRef highCutAngle As Object, _
    ByRef Power As Object _
)
[C#]
public void SetCos (
    ref object lowCutAngle,
    ref object highCutAngle,
    ref object Power
);
[C++]
HRESULT SetCos(
  Variant* lowCutAngle,
  Variant* highCutAngle,
  Variant* Power
);
[C++]

Parameters lowCutAngle [in]
lowCutAngle is a parameter of type VARIANT* highCutAngle [in]
highCutAngle is a parameter of type VARIANT* Power [in]
Power 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