STK ObjectsSend 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 * pVal
);
public: HRESULT put_Exponent(
    double Exponent
);
[Java]
public double getExponent();
public void setExponent(
    double
);
[Python - STK API ]
@property
def Exponent(self) -> float:

@Exponent.setter
def Exponent(self, Exponent:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.