Criterion used to reference the altitude. A member of the AgEAltRefType enumeration.
Read-write property
[Visual Basic .NET] |
---|
Public Property AltitudeRef() As AgEAltRefType |
[C#] |
---|
public AgEAltRefType AltitudeRef {get; set;} |
[Managed C++] |
---|
public: __property AgEAltRefType get_AltitudeRef(); |
[Unmanaged C++] |
---|
public: HRESULT get_AltitudeRef( AgEAltRefType * pAltRef ); public: HRESULT put_AltitudeRef( AgEAltRefType AltRef ); |
[Java] |
---|
public AgEAltRefType getAltitudeRef(); public void setAltitudeRef( AgEAltRefType ); |
[Python - STK API ] |
---|
@property def AltitudeRef(self) -> "AgEAltRefType": @AltitudeRef.setter def AltitudeRef(self, AltRef:"AgEAltRefType") -> None: |