AGI STK Astrogator 11 Send comments on this topic.
UserCalcObject Property (IAgVAStoppingCondition)
See Also 





Description

A User Calculation Object for the highlighted stopping condition. For user-defined stopping conditions, use this field to specify what kind of value you want to stop on.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property IAgComponentInfo^ get_UserCalcObject();
public: __property void set_UserCalcObject(
IAgComponentInfo ^
);

[Unmanaged C++]
public: HRESULT get_UserCalcObject(
IAgComponentInfo ** ppRetVal
);
public: HRESULT put_UserCalcObject(
IAgComponentInfo * pNewUserCalcObject
);

[Java]
public IAgComponentInfo getUserCalcObject();public void setUserCalcObject(
IAgComponentInfo
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1