AGI STK Objects 11 Send comments on this topic.
AltitudeRef Property (IAgMtoGlobalTrackOptions)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1