AGI STK Objects 11 Send comments on this topic.
ComputationMode Property (IAgVeSpEnvRadiation)
See Also 
Windows






Windows & Linux

Description

Models that are to be included when modeling radiation

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ComputationMode() As AgEVeSpEnvComputationMode

[C#]
public AgEVeSpEnvComputationMode ComputationMode {get; set;}

[Managed C++]
public: __property AgEVeSpEnvComputationMode get_ComputationMode();
public: __property void set_ComputationMode(
AgEVeSpEnvComputationMode
);

[Unmanaged C++]
public: HRESULT get_ComputationMode(
AgEVeSpEnvComputationMode * pRetVal
);
public: HRESULT put_ComputationMode(
AgEVeSpEnvComputationMode NewComputationMode
);

[Java]
public AgEVeSpEnvComputationMode getComputationMode();public void setComputationMode(
AgEVeSpEnvComputationMode
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface