STK ObjectsSend comments on this topic.
DoseIntegrationStep Property (IAgVeSpEnvRadiation)
See Also
Windows





Windows & Linux

Description

Gets or sets 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.