Gets or sets the pitch angle of the flight path at the start of the arc.
Read-write property
[Visual Basic .NET] |
---|
Public Property StartArcFlightPathAngle() As System.Object |
[C#] |
---|
public System.Object StartArcFlightPathAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_StartArcFlightPathAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_StartArcFlightPathAngle( VARIANT * pVal ); public: HRESULT put_StartArcFlightPathAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getStartArcFlightPathAngle(); public void setStartArcFlightPathAngle( AgVariant ); |