STK AstrogatorSend comments on this topic.
SquaredType Property (IAgVAStateCalcMCSDeltaVSquared)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SquaredType() As AgEVASquaredType
[C#]
public AgEVASquaredType SquaredType {get; set;}
[Managed C++]
public: __property AgEVASquaredType get_SquaredType();
public: __property void set_SquaredType( AgEVASquaredType );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.