STK AviatorSend comments on this topic.
BoundingBoxPad Property (IAgAvtrProcedureAirwayRouter)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum distance beyond the bounding box that a waypoint will be considered for the final route.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundingBoxPad() As Double
[C#]
public double BoundingBoxPad {get; set;}
[Managed C++]
public: __property double get_BoundingBoxPad();
public: __property void set_BoundingBoxPad( double );
[Unmanaged C++]
public: HRESULT get_BoundingBoxPad(
    double * pVal
);
public: HRESULT put_BoundingBoxPad(
    double newVal
);
[Java]
public double getBoundingBoxPad();
public void setBoundingBoxPad(
    double
);
[Python - STK API ]
@property
def BoundingBoxPad(self) -> float:

@BoundingBoxPad.setter
def BoundingBoxPad(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.