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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.