AGI STK Objects 11 Send comments on this topic.
Selection Property (IAgVeGPSAutoUpdateProperties)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1