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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1