AGI STK Objects 11 Send comments on this topic.
Add Method (IAgVePropagatorSP3FileCollection)
See Also 
FilePath
Windows






Windows & Linux

Description

Loads an SP3 file using the specified file path and adds the file to a collection of SP3 files.

Syntax

[Visual Basic .NET]
Public Function Add( _
   ByVal FilePath As String _
) As IAgVePropagatorSP3File

[C#]
public IAgVePropagatorSP3File Add(
string FilePath
);

[Managed C++]
public: IAgVePropagatorSP3File^ Add(
String __gc ^ FilePath
);

[Java]
public IAgVePropagatorSP3File add(
String FilePath
);

[Unmanaged C++]
public: HRESULT Add(
BSTR FilePath,
IAgVePropagatorSP3File ** ReturnValue
);

Parameters

FilePath

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface