STK AstrogatorSend comments on this topic.
VelocityAzimuthPeriapsis Property (IAgVAElementTargetVectorOutgoingAsymptote)
See Also
Windows





Windows & Linux

Description

Velocity Azimuth at Periapsis. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VelocityAzimuthPeriapsis() As System.Object
[C#]
public System.Object VelocityAzimuthPeriapsis {get; set;}
[Managed C++]
public: __property VARIANT get_VelocityAzimuthPeriapsis();
public: __property void set_VelocityAzimuthPeriapsis( VARIANT );
[Unmanaged C++]
public: HRESULT get_VelocityAzimuthPeriapsis(
    VARIANT * pVal
);
public: HRESULT put_VelocityAzimuthPeriapsis(
    VARIANT newVal
);
[Java]
public AgVariant getVelocityAzimuthPeriapsis();
public void setVelocityAzimuthPeriapsis(
    AgVariant
);
[Python - STK API ]
@property
def VelocityAzimuthPeriapsis(self) -> typing.Any:

@VelocityAzimuthPeriapsis.setter
def VelocityAzimuthPeriapsis(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.