STK ObjectsSend comments on this topic.
AltitudeRef Property (IAgMtoGlobalTrackOptions)
See Also
Windows





Windows & Linux

Description

Criterion used to reference the altitude. A member of the AgEAltRefType enumeration.

Property type

Read-write property

Syntax

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

@AltitudeRef.setter
def AltitudeRef(self, AltRef:"AgEAltRefType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.