Gets or sets the option to push over or pull up.
Read-write property
[Visual Basic .NET] |
---|
Public Property PushPull() As AgEAvtrPushPull |
[C#] |
---|
public AgEAvtrPushPull PushPull {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrPushPull get_PushPull(); |
[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: |