STK AviatorSend comments on this topic.
StopArcAltitude Property (IAgAvtrArcAltitudeOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the altitude at the end of the arc.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopArcAltitude() As Double
[C#]
public double StopArcAltitude {get; set;}
[Managed C++]
public: __property double get_StopArcAltitude();
public: __property void set_StopArcAltitude( double );
[Unmanaged C++]
public: HRESULT get_StopArcAltitude(
    double * pVal
);
public: HRESULT put_StopArcAltitude(
    double newVal
);
[Java]
public double getStopArcAltitude();
public void setStopArcAltitude(
    double
);
[Python - STK API ]
@property
def StopArcAltitude(self) -> float:

@StopArcAltitude.setter
def StopArcAltitude(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.