Gets or sets the radius factor for turns performed while translating to the hover point.
Read-write property
[Visual Basic .NET] |
---|
Public Property RadiusFactor() As Double |
[C#] |
---|
public double RadiusFactor {get; set;} |
[Managed C++] |
---|
public: __property double get_RadiusFactor(); |
[Unmanaged C++] |
---|
public: HRESULT get_RadiusFactor( double * pVal ); public: HRESULT put_RadiusFactor( double newVal ); |
[Java] |
---|
public double getRadiusFactor(); public void setRadiusFactor( double ); |