ScalarWeightLinkExtensionScalarWeight Property  | 
 
            Gets or sets the 
Scalar used to compute the link computational weight.
            
 
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Scalar ScalarWeight { get; set; }Public Property ScalarWeight As Scalar
	Get
	Set
public:
property Scalar^ ScalarWeight {
	Scalar^ get ();
	void set (Scalar^ value);
}member ScalarWeight : Scalar with get, set
Property Value
Type: 
Scalar
See Also