STK AviatorSend comments on this topic.
AltitudeRef Property (IAgAvtrProcedureLaunchWaypoint)
See Also
Windows





Windows & Linux

Description

Gets or sets the launch altitude reference.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeRef() As AgEAvtrAltitudeRef
[C#]
public AgEAvtrAltitudeRef AltitudeRef {get; set;}
[Managed C++]
public: __property AgEAvtrAltitudeRef get_AltitudeRef();
public: __property void set_AltitudeRef( AgEAvtrAltitudeRef );
[Unmanaged C++]
public: HRESULT get_AltitudeRef(
    AgEAvtrAltitudeRef * pVal
);
public: HRESULT put_AltitudeRef(
    AgEAvtrAltitudeRef newVal
);
[Java]
public AgEAvtrAltitudeRef getAltitudeRef();
public void setAltitudeRef(
    AgEAvtrAltitudeRef
);
[Python - STK API ]
@property
def AltitudeRef(self) -> "AgEAvtrAltitudeRef":

@AltitudeRef.setter
def AltitudeRef(self, newVal:"AgEAvtrAltitudeRef") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.