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 * pRetVal ); public: HRESULT put_RadiusRate( double NewRadiusRate );
|
| [Java] |
|---|
public double getRadiusRate();public void setRadiusRate( double );
|
See Also