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 * pVal
);
public: HRESULT put_DoseIntegrationStep(
double DoseIntegrationStep
);
|
| [Java] |
|---|
public double getDoseIntegrationStep();
public void setDoseIntegrationStep(
double
);
|
| [Python - STK API] |
|---|
@property
def DoseIntegrationStep(self) -> float:
@DoseIntegrationStep.setter
def DoseIntegrationStep(self, DoseIntegrationStep:float) -> None:
|
See Also