STK AviatorSend comments on this topic.
AltitudeReference Property (IAgAvtrAltitudeOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the altitude reference.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeReference() As AgEAvtrAGLMSL
[C#]
public AgEAvtrAGLMSL AltitudeReference {get; set;}
[Managed C++]
public: __property AgEAvtrAGLMSL get_AltitudeReference();
public: __property void set_AltitudeReference( AgEAvtrAGLMSL );
[Unmanaged C++]
public: HRESULT get_AltitudeReference(
    AgEAvtrAGLMSL * pVal
);
public: HRESULT put_AltitudeReference(
    AgEAvtrAGLMSL newVal
);
[Java]
public AgEAvtrAGLMSL getAltitudeReference();
public void setAltitudeReference(
    AgEAvtrAGLMSL
);
[Python - STK API ]
@property
def AltitudeReference(self) -> "AgEAvtrAGLMSL":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.