AGI STK Objects 11Send 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 
[C#]
public System.Array GetSegsFromFile(
    string SSCNum
);
[Managed C++]
public: System::Array GetSegsFromFile(
    String __gc ^ SSCNum
);
[Java]
public VariantArray getSegsFromFile(
    String SSCNum
);
[Unmanaged C++]
public: HRESULT GetSegsFromFile(
    BSTR SSCNum,
    SAFEARRAY * * ppRetVal
);

Parameters

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

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.