STK ObjectsSend comments on this topic.
Selection Property (IAgVeGPSAutoUpdateProperties)
See Also
Windows





Windows & Linux

Description

Whether Automatic Update is active.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Selection() As AgEVeGPSElemSelection
[C#]
public AgEVeGPSElemSelection Selection {get; set;}
[Managed C++]
public: __property AgEVeGPSElemSelection get_Selection();
public: __property void set_Selection( AgEVeGPSElemSelection );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.