AGI Real-Time Framework 11 Send comments on this topic.
CalculationEngine Property (IAgRtInternalGlobals)
See Also 





Description

The RT3 calculation engine.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CalculationEngine() As IAgRtInternalCalculationEngine

[C#]
public IAgRtInternalCalculationEngine CalculationEngine {get; set;}

[Managed C++]
public: __property IAgRtInternalCalculationEngine^ get_CalculationEngine();
public: __property void set_CalculationEngine(
IAgRtInternalCalculationEngine ^
);

[Unmanaged C++]
public: HRESULT get_CalculationEngine(
IAgRtInternalCalculationEngine ** ppRetVal
);
public: HRESULT put_CalculationEngine(
IAgRtInternalCalculationEngine * pNewCalculationEngine
);

[Java]
public IAgRtInternalCalculationEngine getCalculationEngine();public void setCalculationEngine(
IAgRtInternalCalculationEngine
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1