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++] |
---|
public: HRESULT get_AltRef( AgEAltRefType * pVal ); public: HRESULT put_AltRef( AgEAltRefType val ); |
[Java] |
---|
public AgEAltRefType getAltRef(); public void setAltRef( AgEAltRefType ); |
[Python - STK API ] |
---|
@property def AltRef(self) -> "AgEAltRefType": @AltRef.setter def AltRef(self, val:"AgEAltRefType") -> None: |