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





Description

The calculation object to perform calculation to evaluate condition.

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1