AGI STK VGT 11 Send comments on this topic.
ComputeAsAverage Property (IAgCrdnCalcScalarIntegral)
See Also 





Description

Specify whether the resulting integral value is divided by its time span to generate average value instead of integral.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ComputeAsAverage() As Boolean

[C#]
public bool ComputeAsAverage {get; set;}

[Managed C++]
public: __property bool get_ComputeAsAverage();
public: __property void set_ComputeAsAverage(
bool
);

[Unmanaged C++]
public: HRESULT get_ComputeAsAverage(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ComputeAsAverage(
VARIANT_BOOL NewComputeAsAverage
);

[Java]
public bool getComputeAsAverage();public void setComputeAsAverage(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1