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






Windows & Linux

Description

User Calc Object - 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 UserCalcObjectName() As String
[C#]
public string UserCalcObjectName {get; set;}
[Managed C++]
public: __property String __gc ^ get_UserCalcObjectName();
public: __property void set_UserCalcObjectName(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_UserCalcObjectName(
   BSTR * pRetVal
);
public: HRESULT put_UserCalcObjectName(
   BSTR NewUserCalcObjectName
);
[Java]
public String getUserCalcObjectName();public void setUserCalcObjectName(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.