STK ObjectsSend comments on this topic.
PointingStrategy Property (IAgRadarAntennaBeam)
See Also
Windows





Windows & Linux

Description

Gets the pointing strategy.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PointingStrategy() As IAgPointingStrategy
[C#]
public IAgPointingStrategy PointingStrategy {get;}
[Managed C++]
public: __property IAgPointingStrategy ^ get_PointingStrategy();
[Unmanaged C++]
public: HRESULT get_PointingStrategy(
    IAgPointingStrategy ** ppRetVal
);
[Java]
public IAgPointingStrategy getPointingStrategy();
[Python - STK API ]
@property
def PointingStrategy(self) -> "IAgPointingStrategy":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.