SolarRadiationPlate.SpecularReflectivity Property |
Gets or sets the dimensionless specular 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 SpecularReflectivity { get; set; }
Public Property SpecularReflectivity As Double
Get
Set
public:
property double SpecularReflectivity {
double get ();
void set (double value);
}
member SpecularReflectivity : float with get, set
Property Value
Type:
Double
See Also