AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_LoadNewest(
VARIANT_BOOL NewLoadNewest
);

[Java]
public bool getLoadNewest();public void setLoadNewest(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface