AGI STK Objects 11Send comments on this topic.
AddSegsFromFile Method (IAgVeSGP4LoadFile)
See Also
Segments
Windows






Windows & Linux

Description

Adds multiple segments from the array returned in GetSegsFromFile.

Syntax

[Visual Basic .NET]
Public Sub AddSegsFromFile( _
    ByVal Segments As System.Array _
) As 
[C#]
public void AddSegsFromFile(
    System.Array Segments
);
[Managed C++]
public: void AddSegsFromFile(
    System::Array ^ Segments
);
[Java]
public void addSegsFromFile(
    VariantArray Segments
);
[Unmanaged C++]
public: HRESULT AddSegsFromFile(
    SAFEARRAY * * Segments
);

Parameters

Segments

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.