Gets or sets the new state for the targeted return segment.
Read-write property
[Visual Basic .NET] |
---|
Public Property State() As AgEVAReturnControl |
[C#] |
---|
public AgEVAReturnControl State {get; set;} |
[Managed C++] |
---|
public: __property AgEVAReturnControl get_State(); |
[Unmanaged C++] |
---|
public: HRESULT get_State( AgEVAReturnControl * pVal ); public: HRESULT put_State( AgEVAReturnControl newVal ); |
[Java] |
---|
public AgEVAReturnControl getState(); public void setState( AgEVAReturnControl ); |
[Python - STK API ] |
---|
@property def State(self) -> "AgEVAReturnControl": @State.setter def State(self, newVal:"AgEVAReturnControl") -> None: |