Initialization

If you are using a custom output plugin, it must be set to the AgRt3Application Output property; if you are using RT3 inside of a STK Engine-based application however, no further initialization is necessary. Note that AgRt3Application and AgRtGlobals are both singletons.

using AGI.Realtime;
using AGI.Realtime.Tracking;
AgRtGlobals m_RtGlobals = new AgRtGlobals();
m_RtGlobals.Initialize();
AgRt3Application m_Rt3 = new AgRt3Application();
m_Rt3.Output = MyOutputPlugin;

STK Programming Interface 11.0.1