Description
The rate of change of the radius. Uses Rate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property RadiusRate() As Double
|
| [C#] |
|---|
public double RadiusRate {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_RadiusRate(); public: __property void set_RadiusRate(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_RadiusRate(
double * pVal
);
public: HRESULT put_RadiusRate(
double newVal
);
|
| [Java] |
|---|
public double getRadiusRate();
public void setRadiusRate(
double
);
|
| [Python - STK API] |
|---|
@property
def RadiusRate(self) -> float:
@RadiusRate.setter
def RadiusRate(self, newVal:float) -> None:
|
See Also