 Description
Description
A unitless value that represents magnitude.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property Magnitude() As Double
 | 
| [C#] | 
|---|
| public double Magnitude {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_Magnitude();public: __property void set_Magnitude(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_Magnitude(
    double * pVal
);
public: HRESULT put_Magnitude(
    double Magnitude
);
 | 
| [Java] | 
|---|
| public double getMagnitude();
public void setMagnitude(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def Magnitude(self) -> float:
@Magnitude.setter
def Magnitude(self, Magnitude:float) -> None:
 | 
 See Also
See Also