Gets or sets the calculation object to perform calculation to evaluate condition.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property CalcObject() As IAgComponentInfo |
| [C#] |
|---|
public IAgComponentInfo CalcObject {get; set;} |
| [Managed C++] |
|---|
public: __property IAgComponentInfo ^ get_CalcObject(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgComponentInfo getCalcObject(); public void setCalcObject( IAgComponentInfo ); |
[Python - STK API ] |
|---|
@property def CalcObject(self) -> "IAgComponentInfo": @CalcObject.setter def CalcObject(self, inVal:"IAgComponentInfo") -> None: |






