AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_AltitudeRef(
AgEAltRefType NewAltitudeRef
);

[Java]
public AgEAltRefType getAltitudeRef();public void setAltitudeRef(
AgEAltRefType
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface