ScalarWeightLinkExtension Constructor (Scalar) | 
 
            Initializes a new instance given an instance of the 
Scalar type.
            
 
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScalarWeightLinkExtension(
	Scalar scalarWeight
)
Public Sub New ( 
	scalarWeight As Scalar
)
public:
ScalarWeightLinkExtension(
	Scalar^ scalarWeight
)
new : 
        scalarWeight : Scalar -> ScalarWeightLinkExtensionParameters
- scalarWeight
 - Type: AGI.Foundation.GeometryScalar
The computational weight Scalar associated with the link. 
Exceptions
See Also