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.





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1