Свойство | Тип | Описание | |
---|---|---|---|
KscLatitude | double | ||
KscLongitude | double |
Метод | Описание | |
---|---|---|
GetDllDirectoryPath ( ) : string | ||
GetNearestVessel ( ) : Vessel | ||
GetNearestVessel ( float min, float max, Vessel v ) : Vessel | ||
Log ( string message ) : void | ||
RemoveQuotes ( string s ) : string |
"Removes wrapping quotation marks."
|
public static GetDllDirectoryPath ( ) : string | ||
Результат | string |
public static GetNearestVessel ( ) : Vessel | ||
Результат | Vessel |
public static GetNearestVessel ( float min, float max, Vessel v ) : Vessel | ||
min | float | |
max | float | |
v | Vessel | |
Результат | Vessel |
public static Log ( string message ) : void | ||
message | string | |
Результат | void |
public static RemoveQuotes ( string s ) : string | ||
s | string | |
Результат | string |