Whether Automatic Update is active.
Read-write property
[Visual Basic .NET] |
---|
Public Property Selection() As AgEVeGPSElemSelection |
[C#] |
---|
public AgEVeGPSElemSelection Selection {get; set;} |
[Managed C++] |
---|
public: __property AgEVeGPSElemSelection get_Selection(); |
[Unmanaged C++] |
---|
public: HRESULT get_Selection( AgEVeGPSElemSelection * pRetVal ); public: HRESULT put_Selection( AgEVeGPSElemSelection Selection ); |
[Java] |
---|
public AgEVeGPSElemSelection getSelection(); public void setSelection( AgEVeGPSElemSelection ); |
[Python - STK API ] |
---|
@property def Selection(self) -> "AgEVeGPSElemSelection": @Selection.setter def Selection(self, Selection:"AgEVeGPSElemSelection") -> None: |