AGI Real-Time Framework 11 Send comments on this topic.
Initialize Method (IAgRtGlobals)
See Also 





Description

Initialized the framework and allows for real-time compoenents to be used. Initialize must be called before any other real-time component are used.

Syntax

[Visual Basic .NET]
Public Sub Initialize() 

[C#]
public void Initialize();

[Managed C++]
public: void Initialize();

[Java]
public  initialize();

[Unmanaged C++]
public: HRESULT Initialize();

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1