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


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

IGPSAVerticalFactor.SetSec Method

Sets a Sec vertical function object.

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

IGPSAVerticalFactor Interface