Whether the value should be calculated as the sum of the squares of the maneuver Delta-Vs or the square of the sum of the maneuver Delta-Vs.
Read-write property
[Visual Basic .NET] |
---|
Public Property SquaredType() As AgEVASquaredType |
[C#] |
---|
public AgEVASquaredType SquaredType {get; set;} |
[Managed C++] |
---|
public: __property AgEVASquaredType get_SquaredType(); |
[Unmanaged C++] |
---|
public: HRESULT get_SquaredType( AgEVASquaredType * pVal ); public: HRESULT put_SquaredType( AgEVASquaredType InVal ); |
[Java] |
---|
public AgEVASquaredType getSquaredType(); public void setSquaredType( AgEVASquaredType ); |
[Python - STK API ] |
---|
@property def SquaredType(self) -> "AgEVASquaredType": @SquaredType.setter def SquaredType(self, InVal:"AgEVASquaredType") -> None: |