Gets or sets the altitude reference of the object.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property AltRef() As AgEAltRefType |
| [C#] |
|---|
public AgEAltRefType AltRef {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAltRefType get_AltRef(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAltRefType getAltRef(); public void setAltRef( AgEAltRefType ); |
[Python - STK API ] |
|---|
@property def AltRef(self) -> "AgEAltRefType": @AltRef.setter def AltRef(self, val:"AgEAltRefType") -> None: |






