AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_DoseChannel(
   AgEVeSpEnvDoseChannel NewDoseChannel
);
[Java]
public AgEVeSpEnvDoseChannel getDoseChannel();public void setDoseChannel(
   AgEVeSpEnvDoseChannel
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.