STK ObjectsSend comments on this topic.
SetPointingStrategyType Method (IAgRadarAntennaBeam)
See Also
val
Windows





Windows & Linux

Description

Sets the current pointing strategy type.

Syntax

[Visual Basic .NET]
Public Sub SetPointingStrategyType( _
    ByVal val As AgEPointingStrategyType _
)
[C#]
public void SetPointingStrategyType(
    AgEPointingStrategyType val
);
[Managed C++]
public: void SetPointingStrategyType(
    AgEPointingStrategyType val
);
[Unmanaged C++]
public: HRESULT SetPointingStrategyType(
    AgEPointingStrategyType val
);
[Java]
public void setPointingStrategyType(
    AgEPointingStrategyType val
);
[Python - STK API ]
def SetPointingStrategyType(self, val:"AgEPointingStrategyType") -> None:

Parameters

val

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.