AGI STK Objects 11 Send comments on this topic.
SetBeamSelectionStrategyType Method (IAgAntennaSystem)
See Also 
Val
Windows






Windows & Linux

Description

Sets the beam selection strategy type.

Syntax

[Visual Basic .NET]
Public Sub SetBeamSelectionStrategyType( _
   ByVal Val As AgEBeamSelectionStrategyType _
) 

[C#]
public void SetBeamSelectionStrategyType(
AgEBeamSelectionStrategyType Val
);

[Managed C++]
public: void SetBeamSelectionStrategyType(
AgEBeamSelectionStrategyType Val
);

[Java]
public  setBeamSelectionStrategyType(
AgEBeamSelectionStrategyType Val
);

[Unmanaged C++]
public: HRESULT SetBeamSelectionStrategyType(
AgEBeamSelectionStrategyType Val
);

Parameters

Val
Member Value Description
eBeamSelectionStrategyTypeUnknown -1 Unknown
eBeamSelectionStrategyTypeAggregate 0 Aggregate
eBeamSelectionStrategyTypeMaxGain 1 Maximum gain
eBeamSelectionStrategyTypeMinBoresightAngle 2 Minimum boresight angle
eBeamSelectionStrategyTypeScriptPlugin 3 Script plugin

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface