Bound limits for element h.
Read-only property
[Visual Basic .NET] |
---|
Public Property h() As IAgVAManeuverOptimalFiniteBounds |
[C#] |
---|
public IAgVAManeuverOptimalFiniteBounds h {get;} |
[Managed C++] |
---|
public: __property IAgVAManeuverOptimalFiniteBounds ^ get_h(); |
[Unmanaged C++] |
---|
public: HRESULT get_h( IAgVAManeuverOptimalFiniteBounds ** ppAgVAManeuverOptimalFiniteBounds ); |
[Java] |
---|
public IAgVAManeuverOptimalFiniteBounds geth(); |
[Python - STK API ] |
---|
@property def h(self) -> "IAgVAManeuverOptimalFiniteBounds": |