AGI STK Objects 11Send 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
MemberValueDescription
eBeamSelectionStrategyTypeUnknown-1Unknown
eBeamSelectionStrategyTypeAggregate0Aggregate
eBeamSelectionStrategyTypeMaxGain1Maximum gain
eBeamSelectionStrategyTypeMinBoresightAngle2Minimum boresight angle
eBeamSelectionStrategyTypeScriptPlugin3Script plugin

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.