STK AstrogatorSend comments on this topic.
UserCalcObject Property (IAgVAStoppingCondition)
See Also
Windows





Windows & Linux

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 ** ppComponentInfo
);
public: HRESULT put_UserCalcObject(
    IAgComponentInfo NewVal
);
[Java]
public IAgComponentInfo getUserCalcObject();
public void setUserCalcObject(
    IAgComponentInfo
);
[Python - STK API ]
@property
def UserCalcObject(self) -> "IAgComponentInfo":

@UserCalcObject.setter
def UserCalcObject(self, NewVal:"IAgComponentInfo") -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.