AGI STK Objects 11 Send comments on this topic.
GetSegsFromFile Method (IAgVeSGP4LoadFile)
See Also 
SSCNum
The ssc number from the file specified in property File.
Windows






Windows & Linux

Description

Returns an array of available segments from a file using the specified SSC Number.

Syntax

[Visual Basic .NET]
Public Function GetSegsFromFile( _
   ByVal SSCNum As String _
) As System.Array

[C#]
public System.Array GetSegsFromFile(
string SSCNum
);

[Managed C++]
public: System::Array GetSegsFromFile(
String __gc ^ SSCNum
);

[Java]
public Object[] getSegsFromFile(
String SSCNum
);

[Unmanaged C++]
public: HRESULT GetSegsFromFile(
BSTR SSCNum,
SAFEARRAY ** Array
);

Parameters

SSCNum
The ssc number from the file specified in property File.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface