TerrainProvider.RadiansToNative Property |
Gets or sets the value to multiply an angle in radians by in order to convert it to the
internal units of the terrain provider.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double RadiansToNative { get; protected set; }
Public Property RadiansToNative As Double
Get
Protected Set
public:
property double RadiansToNative {
double get ();
protected: void set (double value);
}
member RadiansToNative : float with get, set
Property Value
Type:
Double
See Also