AGI STK Objects 11 Send comments on this topic.
Exponent Property (IAgVeTimeRegularization)
See Also 





Description

Exponent used in the regularization equation. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Exponent();
public: __property void set_Exponent(
double
);

[Unmanaged C++]
public: HRESULT get_Exponent(
double * pRetVal
);
public: HRESULT put_Exponent(
double NewExponent
);

[Java]
public double getExponent();public void setExponent(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1