AGI STK Objects 11Send comments on this topic.
AltRef Property (IAgTarget)
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 * pVal
);
public: HRESULT put_AltRef(
    AgEAltRefType val
);
[Java]
public AgEAltRefType getAltRef();
public void setAltRef(
    AgEAltRefType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.