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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1