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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1