STK AviatorSend comments on this topic.
StartArcFlightPathAngle Property (IAgAvtrArcVerticalPlaneOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the pitch angle of the flight path at the start of the arc.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StartArcFlightPathAngle() As System.Object
[C#]
public System.Object StartArcFlightPathAngle {get; set;}
[Managed C++]
public: __property VARIANT get_StartArcFlightPathAngle();
public: __property void set_StartArcFlightPathAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_StartArcFlightPathAngle(
    VARIANT * pVal
);
public: HRESULT put_StartArcFlightPathAngle(
    VARIANT newVal
);
[Java]
public AgVariant getStartArcFlightPathAngle();
public void setStartArcFlightPathAngle(
    AgVariant
);
[Python - STK API ]
@property
def StartArcFlightPathAngle(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.