Gets or sets the sampling step used for integrating dose. Uses Time Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property DoseIntegrationStep() As Double |
[C#] |
---|
public double DoseIntegrationStep {get; set;} |
[Managed C++] |
---|
public: __property double get_DoseIntegrationStep(); |
[Unmanaged C++] |
---|
public: HRESULT get_DoseIntegrationStep( double * pVal ); public: HRESULT put_DoseIntegrationStep( double DoseIntegrationStep ); |
[Java] |
---|
public double getDoseIntegrationStep(); public void setDoseIntegrationStep( double ); |