STK ObjectsSend 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
);
[Python - STK API ]
@property
def LoadNewest(self) -> bool:

@LoadNewest.setter
def LoadNewest(self, Val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.