AGI Real-Time Tracking Tool 11 Send comments on this topic.
Load Method (IAgRt3FileOps)
See Also 
Application
FileName





Description

Load the provided application settings.

Syntax

[Visual Basic .NET]
Public Sub Load( _
   ByVal Application As IAgRt3Application, _
   ByVal FileName As String _
) 

[C#]
public void Load(
IAgRt3Application Application,
string FileName
);

[Managed C++]
public: void Load(
IAgRt3Application ^ Application,
String __gc ^ FileName
);

[Java]
public  load(
IAgRt3Application Application,
String FileName
);

[Unmanaged C++]
public: HRESULT Load(
IAgRt3Application * Application,
BSTR FileName
);

Parameters

Application
FileName

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1