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





Windows & Linux

Description

Gets or sets the altitude reference for the runway.

Property type

Read-write property

Syntax

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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.