AGI STK Objects 11Send comments on this topic.
LoadNewest Property (IAgVeSGP4OnlineLoad)
See Also
Windows






Windows & Linux

Description

Use this is you want to grab the latest segment with the given SSC number.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LoadNewest() As Boolean
[C#]
public bool LoadNewest {get; set;}
[Managed C++]
public: __property bool get_LoadNewest();
public: __property void set_LoadNewest( bool );
[Unmanaged C++]
public: HRESULT get_LoadNewest(
    VARIANT_BOOL * pVal
);
public: HRESULT put_LoadNewest(
    VARIANT_BOOL Val
);
[Java]
public bool getLoadNewest();
public void setLoadNewest(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.