Get the altitude reference.
Read-only property
[Visual Basic .NET] |
---|
Public Property AltitudeRef() As IAgVeWayPtAltitudeRef |
[C#] |
---|
public IAgVeWayPtAltitudeRef AltitudeRef {get;} |
[Managed C++] |
---|
public: __property IAgVeWayPtAltitudeRef ^ get_AltitudeRef(); |
[Unmanaged C++] |
---|
public: HRESULT get_AltitudeRef( IAgVeWayPtAltitudeRef ** ppVal ); |
[Java] |
---|
public IAgVeWayPtAltitudeRef getAltitudeRef(); |
[Python - STK API ] |
---|
@property def AltitudeRef(self) -> "IAgVeWayPtAltitudeRef": |