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 _
) As 
[C#]
public void SetComputeType(
    AgEFmCompute ComputeType
);
[Managed C++]
public: void SetComputeType(
    AgEFmCompute ComputeType
);
[Java]
public void setComputeType(
    AgEFmCompute ComputeType
);
[Unmanaged C++]
public: HRESULT SetComputeType(
    AgEFmCompute ComputeType
);

Parameters

ComputeType

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.