AGI STK Objects 11Send 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 NewSelection
);
[Java]
public AgEVeGPSElemSelection getSelection();public void setSelection(
   AgEVeGPSElemSelection
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.