SolarRadiationPlate.DiffuseReflectivity Property |
Gets or sets the dimensionless diffuse reflectivity coefficient of this plate (that should be
between zero and one).
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double DiffuseReflectivity { get; set; }
Public Property DiffuseReflectivity As Double
Get
Set
public:
property double DiffuseReflectivity {
double get ();
void set (double value);
}
member DiffuseReflectivity : float with get, set
Property Value
Type:
Double
See Also