STK ObjectsSend comments on this topic.
DoseChannel Property (IAgVeSpEnvRadiation)
See Also
Windows





Windows & Linux

Description

Measure of the linear energy transfer to model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DoseChannel() As AgEVeSpEnvDoseChannel
[C#]
public AgEVeSpEnvDoseChannel DoseChannel {get; set;}
[Managed C++]
public: __property AgEVeSpEnvDoseChannel get_DoseChannel();
public: __property void set_DoseChannel( AgEVeSpEnvDoseChannel );
[Unmanaged C++]
public: HRESULT get_DoseChannel(
    AgEVeSpEnvDoseChannel * pVal
);
public: HRESULT put_DoseChannel(
    AgEVeSpEnvDoseChannel DoseChannel
);
[Java]
public AgEVeSpEnvDoseChannel getDoseChannel();
public void setDoseChannel(
    AgEVeSpEnvDoseChannel
);
[Python - STK API ]
@property
def DoseChannel(self) -> "AgEVeSpEnvDoseChannel":

@DoseChannel.setter
def DoseChannel(self, DoseChannel:"AgEVeSpEnvDoseChannel") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.