ArcObjects Library Reference (SpatialAnalyst)  

IPathDistanceVerticalFactor.SetCosSec Method

Sets a negative-Cos and positive-Sec vertical function object.

[Visual Basic .NET]
Public Sub SetCosSec ( _
    ByRef lowCutAngle As Object, _
    ByRef highCutAngle As Object, _
    ByRef cosPower As Object, _
    ByRef secPower As Object _
)
[C#]
public void SetCosSec (
    ref object lowCutAngle,
    ref object highCutAngle,
    ref object cosPower,
    ref object secPower
);
[C++]
HRESULT SetCosSec(
  VARIANT* lowCutAngle,
  VARIANT* highCutAngle,
  VARIANT* cosPower,
  VARIANT* secPower
);
[C++]

Parameters

lowCutAngle [in]   lowCutAngle is a parameter of type VARIANT highCutAngle [in]   highCutAngle is a parameter of type VARIANT cosPower [in]   cosPower is a parameter of type VARIANT secPower [in]   secPower 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