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( _
   ByRef Segments As System.Array _
) 
[C#]
public void AddSegsFromFile(
   ref System.Array Segments
);
[Managed C++]
public: void AddSegsFromFile(
   System::Array ^^ Segments
);
[Java]
public  addSegsFromFile(
   Object[] Segments
);
[Unmanaged C++]
public: HRESULT AddSegsFromFile(
   SAFEARRAY ** Segments
);

Parameters

Segments

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.