AGI STK Objects 11 Send comments on this topic.
AltRef Property (IAgFacility)
See Also 





Description

The altitude reference of the object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltRef() As AgEAltRefType

[C#]
public AgEAltRefType AltRef {get; set;}

[Managed C++]
public: __property AgEAltRefType get_AltRef();
public: __property void set_AltRef(
AgEAltRefType
);

[Unmanaged C++]
public: HRESULT get_AltRef(
AgEAltRefType * pRetVal
);
public: HRESULT put_AltRef(
AgEAltRefType NewAltRef
);

[Java]
public AgEAltRefType getAltRef();public void setAltRef(
AgEAltRefType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1