STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT SetBeamSelectionStrategyType(
    AgEBeamSelectionStrategyType val
);
[Java]
public void setBeamSelectionStrategyType(
    AgEBeamSelectionStrategyType val
);
[Python - STK API ]
def SetBeamSelectionStrategyType(self, val:"AgEBeamSelectionStrategyType") -> None:

Parameters

val

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.