STK Vector Geometry ToolSend comments on this topic.
Calculation Property (IAgCrdnEventArrayExtrema)
See Also
Windows





Windows & Linux

Description

The scalar calculation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Calculation() As IAgCrdnCalcScalar
[C#]
public IAgCrdnCalcScalar Calculation {get; set;}
[Managed C++]
public: __property IAgCrdnCalcScalar ^ get_Calculation();
public: __property void set_Calculation( IAgCrdnCalcScalar );
[Unmanaged C++]
public: HRESULT get_Calculation(
    IAgCrdnCalcScalar ** ppRetVal
);
public: HRESULT put_Calculation(
    IAgCrdnCalcScalar Calculation
);
[Java]
public IAgCrdnCalcScalar getCalculation();
public void setCalculation(
    IAgCrdnCalcScalar
);
[Python - STK API ]
@property
def Calculation(self) -> "IAgCrdnCalcScalar":

@Calculation.setter
def Calculation(self, Calculation:"IAgCrdnCalcScalar") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.