AGI STK Objects 11Send comments on this topic.
AddSegsFromOnlineSource Method (IAgVePropagatorSGP4CommonTasks)
See Also 
SSCNum
Windows






Windows & Linux

Description

Searches the online source (AGI server) for TLEs matching the specified SSC number and adds them to the collection. The method uses the propagator's start/stop.

Syntax

[Visual Basic .NET]
Public Sub AddSegsFromOnlineSource( _
   ByVal SSCNum As String _
) 
[C#]
public void AddSegsFromOnlineSource(
   string SSCNum
);
[Managed C++]
public: void AddSegsFromOnlineSource(
   String __gc ^ SSCNum
);
[Java]
public  addSegsFromOnlineSource(
   String SSCNum
);
[Unmanaged C++]
public: HRESULT AddSegsFromOnlineSource(
   BSTR SSCNum
);

Parameters

SSCNum

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.