Description
The sampling step used for integrating dose. Uses Time Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property DoseIntegrationStep() As Double
|
[C#] |
---|
public double DoseIntegrationStep {get; set;}
|
[Managed C++] |
---|
public: __property double get_DoseIntegrationStep(); public: __property void set_DoseIntegrationStep( double );
|
[Unmanaged C++] |
---|
public: HRESULT get_DoseIntegrationStep( double * pRetVal ); public: HRESULT put_DoseIntegrationStep( double NewDoseIntegrationStep );
|
[Java] |
---|
public double getDoseIntegrationStep();public void setDoseIntegrationStep( double );
|
See Also