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





Description

The stepsize to use for dose related data providers. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DoseReportStep() As Double

[C#]
public double DoseReportStep {get; set;}

[Managed C++]
public: __property double get_DoseReportStep();
public: __property void set_DoseReportStep(
double
);

[Unmanaged C++]
public: HRESULT get_DoseReportStep(
double * pRetVal
);
public: HRESULT put_DoseReportStep(
double NewDoseReportStep
);

[Java]
public double getDoseReportStep();public void setDoseReportStep(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1