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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1