STK AviatorSend comments on this topic.
PushPull Property (IAgAvtrBasicManeuverStrategyPushPull)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to push over or pull up.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PushPull() As AgEAvtrPushPull
[C#]
public AgEAvtrPushPull PushPull {get; set;}
[Managed C++]
public: __property AgEAvtrPushPull get_PushPull();
public: __property void set_PushPull( AgEAvtrPushPull );
[Unmanaged C++]
public: HRESULT get_PushPull(
    AgEAvtrPushPull * pVal
);
public: HRESULT put_PushPull(
    AgEAvtrPushPull newVal
);
[Java]
public AgEAvtrPushPull getPushPull();
public void setPushPull(
    AgEAvtrPushPull
);
[Python - STK API ]
@property
def PushPull(self) -> "AgEAvtrPushPull":

@PushPull.setter
def PushPull(self, newVal:"AgEAvtrPushPull") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.