AGI STK Objects 11 Send 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface