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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.