public static string GetNetworkDescriptionByHandle(uint networkHandle) { VehicleScapeAPI.Network network = new VehicleScapeAPI.Network(); network.handle = networkHandle; VehicleScapeAPI.GetNetworkProperties(ref network); return(network.description); }