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

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

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface