ScalarFixedValue Property |
Gets or sets the constant real value.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic double Value { get; set; }
Public Property Value As Double
Get
Set
public:
property double Value {
double get ();
void set (double value);
}
member Value : float with get, set
Property Value
Type:
Double
See Also