STK AstrogatorSend comments on this topic.
CalcObject Property (IAgVAAsTriggerCondition)
See Also
Windows





Windows & Linux

Description

The calculation object to perform calculation to evaluate condition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CalcObject() As IAgComponentInfo
[C#]
public IAgComponentInfo CalcObject {get; set;}
[Managed C++]
public: __property IAgComponentInfo ^ get_CalcObject();
public: __property void set_CalcObject( IAgComponentInfo );
[Unmanaged C++]
public: HRESULT get_CalcObject(
    IAgComponentInfo ** ppComponent
);
public: HRESULT put_CalcObject(
    IAgComponentInfo inVal
);
[Java]
public IAgComponentInfo getCalcObject();
public void setCalcObject(
    IAgComponentInfo
);
[Python - STK API ]
@property
def CalcObject(self) -> "IAgComponentInfo":

@CalcObject.setter
def CalcObject(self, inVal:"IAgComponentInfo") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.