AGI STK Astrogator 11 Send comments on this topic.
CalcObject Property (IAgVAScriptingCalcObject)
See Also 
Windows






Windows & Linux

Description

The calculation object type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CalcObject() As IAgComponentInfo

[C#]
public IAgComponentInfo CalcObject {get; set;}

[Managed C++]
public: __property IAgComponentInfo^ get_CalcObject();
public: __property void set_CalcObject(
IAgComponentInfo ^
);

[Unmanaged C++]
public: HRESULT get_CalcObject(
IAgComponentInfo ** ppRetVal
);
public: HRESULT put_CalcObject(
IAgComponentInfo * pNewCalcObject
);

[Java]
public IAgComponentInfo getCalcObject();public void setCalcObject(
IAgComponentInfo
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface