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.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property UserCalcObject() As IAgComponentInfo |
| [C#] |
|---|
public IAgComponentInfo UserCalcObject {get; set;} |
| [Managed C++] |
|---|
public: __property IAgComponentInfo ^ get_UserCalcObject(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgComponentInfo getUserCalcObject(); public void setUserCalcObject( IAgComponentInfo ); |
[Python - STK API ] |
|---|
@property def UserCalcObject(self) -> "IAgComponentInfo": @UserCalcObject.setter def UserCalcObject(self, NewVal:"IAgComponentInfo") -> None: |






