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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1