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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface