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






Windows & Linux

Description

The name of the calculation object to perform calculation to evaluate condition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CalcObjectName() As String
[C#]
public string CalcObjectName {get; set;}
[Managed C++]
public: __property String __gc ^ get_CalcObjectName();
public: __property void set_CalcObjectName(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_CalcObjectName(
   BSTR * pRetVal
);
public: HRESULT put_CalcObjectName(
   BSTR NewCalcObjectName
);
[Java]
public String getCalcObjectName();public void setCalcObjectName(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.