AGI STK VGT 11 Send comments on this topic.
DifferencingTimeStep Property (IAgCrdnCalcScalarDerivative)
See Also 





Description

The time step used, if necessary, in numerical evaluation of derivatives using central differencing.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_DifferencingTimeStep();
public: __property void set_DifferencingTimeStep(
double
);

[Unmanaged C++]
public: HRESULT get_DifferencingTimeStep(
double * pRetVal
);
public: HRESULT put_DifferencingTimeStep(
double NewDifferencingTimeStep
);

[Java]
public double getDifferencingTimeStep();public void setDifferencingTimeStep(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface