The length of the runway
Read-write property
| [Visual Basic .NET] | 
|---|
| Public Property Length() As Double | 
| [C#] | 
|---|
|  | 
| [Managed C++] | 
|---|
| public: __property double get_Length(); | 
| [Unmanaged C++] | 
|---|
|  | 
| [Java] | 
|---|
|  | 
| [Python - STK API] | 
|---|
| @property def Length(self) -> float: @Length.setter def Length(self, newVal:float) -> None: | 





