STK ObjectsSend 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 * pVal
);
public: HRESULT put_ComputationMode(
    AgEVeSpEnvComputationMode ComputationMode
);
[Java]
public AgEVeSpEnvComputationMode getComputationMode();
public void setComputationMode(
    AgEVeSpEnvComputationMode
);
[Python - STK API ]
@property
def ComputationMode(self) -> "AgEVeSpEnvComputationMode":

@ComputationMode.setter
def ComputationMode(self, ComputationMode:"AgEVeSpEnvComputationMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.