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


IPathDistanceVerticalFactor.SetSecCos Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IP > IPathDistanceVerticalFactor Interface > IPathDistanceVerticalFactor.SetSecCos Method
ArcGIS Developer Help

IPathDistanceVerticalFactor.SetSecCos Method

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

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

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