STK Vector Geometry ToolSend 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 ComputeAsAverage
);
[Java]
public bool getComputeAsAverage();
public void setComputeAsAverage(
    bool
);
[Python - STK API ]
@property
def ComputeAsAverage(self) -> bool:

@ComputeAsAverage.setter
def ComputeAsAverage(self, ComputeAsAverage:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.