STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT GetSegsFromFile(
    BSTR SSCNum,
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getSegsFromFile(
    String SSCNum
);
[Python - STK API ]
def GetSegsFromFile(self, SSCNum:str) -> list:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.