AGI STK Objects 11Send comments on this topic.
SetComputeType Method (IAgFmDefCompute)
See Also 
ComputeType
Windows






Windows & Linux

Description

Method to set the type of compute option.

Syntax

[Visual Basic .NET]
Public Sub SetComputeType( _
   ByVal ComputeType As AgEFmCompute _
) 
[C#]
public void SetComputeType(
   AgEFmCompute ComputeType
);
[Managed C++]
public: void SetComputeType(
   AgEFmCompute ComputeType
);
[Java]
public  setComputeType(
   AgEFmCompute ComputeType
);
[Unmanaged C++]
public: HRESULT SetComputeType(
   AgEFmCompute ComputeType
);

Parameters

ComputeType
MemberValueDescription
eFmComputeUnknown-1Unknown compute option.
eAverage0Refer to STK Coverage help under the applicable figure of merit.
eMaximum1Refer to STK Coverage help under the applicable figure of merit.
eMinimum2Refer to STK Coverage help under the applicable figure of merit.
ePercentAbove3Refer to STK Coverage help under the applicable figure of merit.
ePercentBelow4Refer to STK Coverage help under the applicable figure of merit.
eStdDeviation5Refer to STK Coverage help under the applicable figure of merit.
eMaxPerDay6Refer to STK Coverage help under the applicable figure of merit.
eMaxPercentPerDay7Refer to STK Coverage help under the applicable figure of merit.
eMinPerDay8Refer to STK Coverage help under the applicable figure of merit.
eMinPercentPerDay9Refer to STK Coverage help under the applicable figure of merit.
ePerDay10Refer to STK Coverage help under the applicable figure of merit.
ePerDayStdDev11Refer to STK Coverage help under the applicable figure of merit.
ePercent12Refer to STK Coverage help under the applicable figure of merit.
ePercentPerDay13Refer to STK Coverage help under the applicable figure of merit.
ePercentPerDayStdDev14Refer to STK Coverage help under the applicable figure of merit.
ePercentTimeAbove15Refer to STK Coverage help under the applicable figure of merit.
eTotal16Refer to STK Coverage help under the applicable figure of merit.
eTotalTimeAbove17Refer to STK Coverage help under the applicable figure of merit.
ePercentBelowGapsOnly18Refer to STK Coverage help under the applicable figure of merit.
eNumPercentBelow19Refer to STK Coverage help under the applicable figure of merit.
eAvgPerDay20Refer to STK Coverage help under the applicable figure of merit.
eInSpan21Refer to STK Coverage help under the applicable figure of merit.
eInSpanPerDay22Refer to STK Coverage help under the applicable figure of merit.
eSum23Refer to STK Coverage help under the applicable figure of merit.
eUnique24Refer to STK Coverage help under the applicable figure of merit.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.