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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.